Tagged Questions
-1
votes
0answers
39 views
How to login facebook in android by using facebook sdk 3.0.1? [closed]
I want to login facebook by using facebook latest sdk in android.I follow facebook developers blog and create sample application by using this link
...
0
votes
1answer
28 views
Authorization hangs on App authorization page
In Hackbook Android sample and any other Facebook SDK 3.0.1 samples i getting trouble to login.
I go through facebook login dialog and after successful authentication then app authorization dialog ...
0
votes
1answer
179 views
Login with Facebook-Android-SDK 3.0 using Shared Preferences/Session
For a long while I was using a login almost identical to the one found in this tutorial until I realized it was deprecated.
So like a good developer I decided to try upgrading my login to Facebook ...
0
votes
2answers
140 views
Using facebook login credentials across several classes and fragments
I'm creating an app which requires users to login via Facebook. I am able to retrieve their login details (user id, user name) in that activity by using sessions and theopen graph.
However i want to ...
0
votes
1answer
263 views
Facebook SDK 3.0 Android login custom title bar disappears
When I'm launching the login/register Facebook Activity using the openSession method the application title bar (we're using a custom one) disappears and another one appears. Is there a way to set the ...
8
votes
1answer
4k views
Android - Facebook SDK 3 - How to login programatically without LoginButton
I am writing an app that integrates with Facebook SDK, to share some (string) content as a wall post. Now, I made the HelloFacebookSample work. However It uses their LoginButton to log user in.
I ...
0
votes
2answers
1k views
Facebook login through android
I write an Android application that integrates facebook, but failing in the login to facebook step. What I'm doing basically is to perform authorization and then ask if the session is valid. The ...