I am creating application in which have to integrate facebook sdk 3.5
Q :If there offical facebook app already exists in mobile then can i directly get login into facebook from my app without showing facebook Login dialog ?
in this case any sample code present (besides facebook SDK sample) please attach with
answers.
Thank You.
I have resolve the issue with help of following link
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 am using the socialauth library for integration with android app. The twitter and facebook updates are working correctly...however I am having problems with setting up the linkedin app.
I have determined that there is some problem with my settings of the linkedin app on the developers portal. The examples that come with social auth library works perfectly, the problem is only in my app settings that I've given on Linkedin developer network.
I couldn't find any guide or tutorial for the settings of app. I read the doc that is provided by Linkedin but since I am using a 3rd party library....its of no use because I can't get my head around the settings...
Can someone please help me?
P.S : I can login correctly to the app and authorize the problem is in posting updates.
I am getting a FileNotFoundException: http://api.linkedin.com/v1/people/~/shares
Update: Can anybody give me the settings of Linkedin app that you use for android or iPhone integration??
Please see the following issue reported at socialauth :
http://code.google.com/p/socialauth-android/issues/detail?id=3
The new sdk is going to release in this week which will solve your issue.
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
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
steps of integrating Facebook in android
I want to integrate Facebook in my application where i want to share a link..can somebody tell me step by step how to integrate Facebook in your application using Facebook SDK...
Thanks in advance..
I recently started an app that has Facebook integration. The link that Rosalie and basicsharp sent you is a step-by-step guide to getting Facebook integrated into your app. It took me a while to understand how the API fits together. The following link explains the Graph API, which is the core API that you will be using: Facebook Graph API
Don't expect to get it right after 5mins, it will take time! Here is an overview of what you need to do to connect your app to facebook.
Get the facebook-android-api via Git(Just download it, it's
extremely simple)
Create an existing project using the facebook api
Add Facebook Api as a reference via project options
Get your app's Hash key via cmd prompt(This is the trickier part,
not going into it because there is an abundance of information
regarding this topic)
Create Facebook app(On Facebook)
Do the code - Facebook developer mobile
And there you have it.
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/