0
votes
2answers
48 views

Why i am lose my Access Token in android?

I am working on Facebook application in android.I am Running my application one r two times My access token works well after third time i loss my access token.Why,I am lose access token?What can I do ...
0
votes
0answers
76 views

Passing Access Token facebook 3 for Android

In my app I'm using new facebook SDK (3). From the main Activity user can click different buttons, after click new Activity is started and shows different lists: one with messages, second with friend ...
0
votes
0answers
63 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 ...
1
vote
0answers
96 views

FacebookOperationCanceledException: Invalid application

I'm using FB SDK3, my Android app need to get access token. For that I created the following code: private static class FacebookConnector implements Session.StatusCallback { private static ...
0
votes
1answer
55 views

android error with facebook login on market

When i test this app on my device with eclipse is all ok;but when i publish this app on google play store the facebook login failed!! why? help me please!! it is a simply app ("coffee break" on ...
0
votes
0answers
53 views

What kind of information can be accessed with a Facebook app access_token?

I am writing an Android app where, among other things, the spec calls for all the posts on a specific Facebook page to be available in a ListView. So far this has worked fine, but today I discovered ...
0
votes
1answer
162 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
211 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 ...
-3
votes
1answer
193 views

Facebook access token expiration issue [closed]

In a case where i just wanted to fetch out feeds of a facebook page. If i use(i.e store locally on the app) the access token expires within a period of 60 days. Is there a solution where the access ...
5
votes
2answers
403 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
764 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 = ...
1
vote
1answer
107 views

Facebook API friends who use same app android

I have a code the retrieves all friends from facebook api , but i would like to get only the facebook friends who use application. i tried fb.request("me/friends?fields=installed"); but never worked ...
0
votes
1answer
54 views

How to extend a facebook long lived (still valid about to expire) token?

How can I extend a facebook long lived (still valid about to expire) token on Android platform?
0
votes
1answer
605 views

Multiple Facebook accounts tied into one app

I'm trying to figure out to have multiple facebook accounts tied into my app. So that when different users login, they can access their individual facebook accounts. I would like to have my app have ...
2
votes
1answer
265 views

Facebook login using access token

Is there anyway to store an access token to be used later? IE: user1 logs in to my app then logs in with Facebook Dialog Auth app stores facebook access token user1 logs out of my app user2 logs in ...
0
votes
1answer
187 views

Access token differs between Website with Facebook Login and Native Android App?

I'm creating an app for a website that works with Facebook login. We have a database in which all access tokens are stored. What I want to do is compare the access tokens from our database to the ...
2
votes
1answer
429 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 ...
0
votes
1answer
262 views

Creating a new access token for facebook login using Android App

i'm implementing a app and need to login facebook account using a new access token.what i required is, to get data from a specific facebook account.I was able to find some coding about access token, ...
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 ...
0
votes
2answers
531 views

Facebook Single Sign On to register or log-in in server (Android and Ios)

We are implementing a project where the users post and get some information from a server. The scenario is that the user can create account/login both manually (giving email and password) and with ...
7
votes
4answers
582 views

Extended access token from Facebook not working properly

I am having trouble since Facebook has removed the offline_access permission. Tried 2 things: I am making the call as suggested by Facebook. https://graph.facebook.com/oauth/access_token? ...
2
votes
2answers
807 views

Facebook Access Token change format

My Facebook application for Android has always returned an access token of the type: app_id|session_key|xxxxxxxxxxxxxxxxxxxxx Unfortunately a few hours ago it returned this token: ...
0
votes
2answers
149 views

how to retrieve accesstoken from facebook using GraphAPI?

How to retrieve accesstoken from facebook using GraphAPI ? I have got accesstoken using outh example but it is not working..