0
votes
0answers
61 views

Android Facebook SDK 3.0 refresh token issue

I have native Facebook application installed on the device, In my test 'First Android Application' sample I am verifying if my token is getting extended. On Nexus 4.2/4.2.2/LG AT&T device I notice ...
0
votes
0answers
107 views

facebook android sdk 3 access token error

i am using facebook android sdk 3.0 and was able to open a session through mobile, was able to access the profile information, useriD, access_token. But i need to send it to my server which uses the ...
0
votes
1answer
156 views

Issue in getting access token from installed Facebook Android app

I am using Facebook SDK 3.0 for authentication. It works fine when facebook app is not installed on the device. If the facebook app is already installed on the device, I am unable to fetch the Access ...
1
vote
0answers
200 views

Android SDK 3.0: openForRead returns AccessToken although permission for app was revoked by user

My FB integration is quite simple. For registering and login of the user I only need to get the FB token via the SDK and then I hand it over to my server. There are no further graph calls etc. from my ...
5
votes
2answers
402 views

Facebook authentication for JSON service with android application

I'm writing an android app that uses a JSON web service and I'd like to use Facebook for the authentication. What I'm not sure about is how to secure the web service. Should I use the authentication ...
0
votes
1answer
743 views

New Facebook SDK and OAuthException in Graphpath requests

I saw a buch of answers regarding this problem with the older versions of the SDK, and I can't seem figure out why this is happening to me. if I use this code, it works perfectly: String QUERY = ...
2
votes
1answer
427 views

Error Code: 101 Missing user cookie

In my application, I'm manually setting an access token that's stored server-side. When I try and use an FB.dialog to show an invite dialog, the web view displays "An error occured with . Please try ...
8
votes
1answer
2k views

What is the code for getting a refreshed Facebook token in an Android app?

I am developing an Android app. With the impending deprecation of Facebook's offline_access permission I am trying to use the Graph API to extend the Facebook token. ...
12
votes
2answers
1k views

Is it possible to extend Facebook tokens with extendAccessTokenIfNeeded in an Android app?

I think this might effect a lot of Facebook/Android developers and yet there does not seem to be that much discussion on the topic... My question Has anyone successfully refreshed a token using the ...
2
votes
2answers
793 views

Protecting app secret for extendAccessToken usage (Java/Android)

I'm developing for Android and currently use facebook-android-sdk for authentication. From what I can see there is no use of the app secret in that code which is great. Now that Facebook are going to ...