I want to implement a code where we click on a button and this open a facebook dialog for like functionality for my registered app. How it will be implemented?
With the Official Facebook for Android SDK :)
You can find more information on https://developers.facebook.com/android/
You can download Facebook SDK from this webpage and find many examples.
This link could be also helpful: http://developers.facebook.com/docs/howtos/androidsdk/3.0/share-using-object-api/
Related
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
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/
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.
I'm developing an android app with phonegap and html5. Can anyone tell me how to implement Facebook login button. Also I need to know, how to implement share on wall functionality. I tried using facebook phonegap plugin, but no success.
You can check the "Hackbook" example provided with the SDK sources.
https://github.com/facebook/facebook-android-sdk/blob/master/examples/Hackbook/src/com/facebook/android/LoginButton.java
I am having social networking application made by me, in which you can post comments, i want to facilitate user to one click share posted commented on user's Facebook as well.
I tried fbconnect-android is there any other way sharing comments on FB?
You now have the official FB SDK for android.
A library to integrate Facebook into your Android mobile application.