facebook webservices for android - android

I am trying to use the facebook in my application. I had founded some webservices for dotNet . Like that is there any facebook webservices are available for android . can any one help me please.
ThanQ.

Facebook have just released their Official Facebook SDK for Android. I would recommend that you use that instead of calling the web services directly from your own code.

Related

Android Post to Facebook without using Facebook SDK

I was wondering if it is possible for us to post to Facebook without using the Facebook SDK, but rather launch the native Facebook app with specific content to be posted?
In iOS, we can use the Social Framework, how do we approach this problem in Android?
Is it possible?
Yes, it is possible to invoke the share dialog without using the Facebook SDK using an Intent. Unfortunately it is not possible to share custom text. If this is a requirement you have to integrate their SDK.
For more details on the intent solution, have a look at following post: https://stackoverflow.com/a/21189010/5199788

How to integrate Twitter and Post tweet in application with common code using Phonegap for Android and iOS?

I want to Integrate twitter to Login and Post Tweet within the application How can I do that with Phonegap?
I have tried to search for Twitter Phonegap plugin but its deprecated.
you can do use of Twitter integration on PhoneGap. look this example example and use this steps.
If you don't mind posting it via the native Twitter interface, check this out: http://www.x-services.nl/phonegap-share-plugin-facebook-twitter-social-media/754

Facebook integration for login in android

Hi i am a newbie to android. I have a normal mysql login code and i want to integrate my app to Facebook login. Is there any easy way to do it. Should i have to download any sdk for this?
Please help me. Thanks in advance.
Yes definitely you need a facebook sdk. You can get it from here
I'd prefer you to follow this tutorial to connect/integrate your facebook.
Yes, you have to download facebook sdk and you can integrate facebook as instructed in my answer-
Facebook sdk 3.0.1 is not working properly

Twitter Android integration

I am running into problems every time trying to authenticate twitter and post a tweet from my application. I have used Socialauth and Twitter4j before to no avail. Has anyone tried this tutorial and got it working ?
http://www.androidhive.info/2012/09/android-twitter-oauth-connect-tutorial/
I have Facebook working perfectly. It seems like twitter is just so much more complicated for no reason. Can anybody recommended which library or jar is best to use when using twitter inside an android application.
All I want to do is post a tweet inside app.
Any Suggestions ?

How to use Foursquare SDK in android

I am doing an application that requires the Facebook and Foursquare Login.For that I am using android SDk for Facebook
IS there any SDK for foursquare in android like we have facebook SDK for android.
Have a look at These OpenSource Projects and FourSquare API.
Check out the Foursquare api page. They are having an API which you can use.
here: http://developer.foursquare.com/
At the moment there are no official Android SDKs from Foursquare.
You can take a look at this open source project https://github.com/condesales/easyFoursquare4Android. It uses oauth2 with a webview on android to capture user token. There are some requests tasks already implemented like searchVenues and checkins.

Categories

Resources