facebook implementation in android - android

I am developing android application which involves implementation of facebook.I have found one example listed on
http://www.androidpeople.com/android-facebook-api-example-using-fbrocket/
It is running fine.But when i delete libraries from the code it gives error.Can anyone give me example
Thanks in advance
Tushar

The best link for me was:
http://integratingstuff.com/category/web-services/facebook/
It uses the official Facebook SDK from facebook for Android and works really great.
remember to try it on an emulator since the device will be looking for a single logon from facebook from your phone, and for that to work you have to register a key-hash in your application on Facebook (which is clearly explained in the official Facebook SDK for Android.
Other links that might be helpful:
http://www.shoutmeloud.com/how-to-acquire-your-facebook-api-key.html
http://stackoverflow.com/questions/2953146/android-java-post-simple-text-to-facebook-wall

Related

App Logging using facebook sdk last version

Please I want to login using facebook sdk last version
I tried a lot to follow steps in facebook tutorials but it does not succeed
Can anyone help me please?
Explaining each and every step to integrate facebook sdk in android app is bit vague.May be you can refere this link from AndroidHive which gives you basic implementation.
Another useful link from parse.com or even you can follow Tutorials Point
I recommend you use This Library(Simple Facebook), so easy and straight forward.

facebook connect with no sdk

I"m trying to implement facebook connect on a WebView. My problem is I couldn't figure out how to implement it.
As per the documentation I called the api as below
window.location.href="https://www.facebook.com/dialog/oauth?client_id=148352165368959&redirect_uri=https://www.facebook.com/connect/login_success.html&response_type=code%20token&scope=email,publish_actions"
It bring up the confirmation window etc etc but I'm not sure how to navigate back to application and how to get the information from the https://www.facebook.com/connect/login_success.html
I've gone through the Bbq plugin but documentation is hard for a newbie like me. Thanks for your time in advance.
can someone atlest point me to a tutorial?
If you wish to integrate Facebook with your Android application then use the Facebook SDK.
SDK- https://github.com/facebook/facebook-android-sdk
Reference- http://developers.facebook.com/android/

Facebook android SDK and App Distribution and Deep Linking

I am trying to make App Distribution from Facebook for android apps. But the official docs don't mention this possibility for android.
To be clear, the second part of step 9 in Facebook tutorial for iOS:
http://developers.facebook.com/docs/mobile/ios/build/#linktoapp
is what I need, but
Facebook tutorial for android:
http://developers.facebook.com/docs/mobile/android/build/
doesn't mention such a possibility.
Is there a way to implement this kind of app distribution or not?
Please help.
Thanks in advance
No, currently you can't do this on Android. But it is on the way, I was recently told 'within weeks' by a Facebook developer at one of their mobile hack days.
UPDATE:
The sdk for this is now available, here:
https://developers.facebook.com/docs/mobile/android/deep_linking/
In case someone will search for this, now it's possible to use facebook deep linking on Android. Here's their documentation.

Is there any Twitter API SDK for Android?

I tried https://github.com/sugree/twitter-android-sdk, but could not get it work....I am not even sure what CALLBACK_URI should I set to....I am working on a native android APP so very confused here.
I have used Facebook sdk and was able to update my status from my app successfully...now I try to do the same with twitter...why twitter does not even release an Android SDK ?
Far and away the best Twitter API for Android is Twitter4J.
Twitter just release a bunch of new tools/sdk called Fabric.
There is official Android SDK called Twitter Kit which supports both Android and iOS.
You could probably use JTwitter, a Twitter client library for Java. See also http://www.mobisoftinfotech.com/blog/android/1089/
Here is a lib that handles both Twitter and Facebook:
https://code.google.com/p/socialauth-android/
Finally there's an official Twitter SDK https://dev.twitter.com/twitter-kit/android
From sdk description:
This Kit provides “Sign in with Twitter” functionality, an easy-to-use mechanism for making authenticated requests to Twitter’s REST API, ways to show Tweets within your apps, and phone number-based signin with Digits.
might be this helps :
https://github.com/sugree/twitter-android-sdk
I found this fork really nice one..
https://github.com/glenwong/twitter-android-sdk
Wrapper around twitter4j
I wrote one, complete with a login Activity and loading dialog, so it is very much "Android":
https://github.com/AndroidsOnSkateboards/AOSUtilsAndroid
It's too late. But hope it helps . Check their github repo.

How to share my android app with facebook?

I am very new to android development, now i am developing an app in android which needs to be
share with the social network like facebook but i haven't got any clue that how to take this step, i hope i can get a proper solution for my doubt.
Thanks,
Balaram.
You probably want to take a look at the Facebook API: http://developers.facebook.com/
Start with Facebook Android SDK at Github & download sdk (sample is included ) & follow the steps. hope it will help :)

Categories

Resources