The OAuth access token specific to the Facebook API.

learn more… | top users | synonyms

3
votes
0answers
622 views

FB.login returns Invalid OAuth access token

I've been developing an app for the past few weeks and up until now there have been no issues. Just a couple days ago a strange bug has started occurring: My application uses the PHP SDK and ...
3
votes
0answers
297 views

Use access_token from server in new iOS SSO client environment

I'm working on a service where we allow users to signup and login with their Facebook accounts. The service runs both on the web and on an iOS client. The use case I'm having trouble with is this: ...
2
votes
0answers
157 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 ...
2
votes
0answers
48 views

what token should be used for publishing news feed to app user's wall

I have a question about which access token should be used for publishing news feed to user's wall via PHP SDK. Basically, there is a delay, let say 7 days, between user connected to the app and the ...
2
votes
0answers
94 views

with offline_access migration enabled, trying to extend the access tokens to 60 days seems to fail ~70% of the time. Why would that happen?

I'm extending client-side access tokens as documented here: https://developers.facebook.com/roadmap/offline-access-removal/#extend_token But I've noticed that very frequently the request returns the ...
2
votes
0answers
377 views

Could I Extend Facebook Access_Token Expiration Time without Single Sign-On?

I am a newbie on integrating facebook to iphone. Now I encounter a problem when removing offline_access. Who can give me a hand? please I use following code to get facebook authorization. ...
2
votes
0answers
791 views

Facebook Client-side authentication and offline_access deprecation

Before you start yelling at me, I know many users already asked for something like this, but I read all of them and couldn't find any reply related to my specific case: I eventually managed to get ...
2
votes
0answers
373 views

getting facebook Access token from java app

I am working on a java desktop app in which I can access Facebook Info. By copying and pasting the Access Token in my code for testing purpose, this works great. But My problem is getting that Access ...
1
vote
0answers
14 views

Unable to obtain long-lived token

I have reported a bug about this (https://developers.facebook.com/bugs/163942813778219). I have implemented the server-side login flow which is supposed to result a long-lived user acess_token. I ...
1
vote
0answers
90 views

Facebook4j with OAUTH Access Token

Is any one help me to provide a example for OAuth access token for the facebook by getting the user credentials and and allows the fields similar to linkedin API. I tried to use like Configuration ...
1
vote
0answers
98 views

Facebook Login using Javascript SDK does not give extended access token

So, Facebook's documentation regarding access tokens says: Apps using the Facebook SDKs for Javascript, Android and iOS, desktop apps or apps using the server-side login flow automatically ...
1
vote
0answers
64 views

Getting Generic Access Token, Invalid callback

I am trying to get a generic facebook access token. All the tutorials I read recommend using the call below. https://graph.facebook.com/oauth/access_token? client_id=YOUR_APP_ID& ...
1
vote
0answers
90 views

facebook on curl command line

I am trying to make an application using cURL on commandline for my MIPS based linux box. As test steps Using FB Graph API, I am able to post status updates, photos etc on to the user's wall. But for ...
1
vote
0answers
224 views

How do get a new Facebook access token invisibly when my current one expires? (Windows 8 App C#)

Within my app (following various documentations) the user is able to login in to facebook via a dedicated login page. From this, the access token is given and the I save it. The thing is to get the ...
1
vote
0answers
103 views

Facebook Authentication Workflow - Which one do i choose?

Our company plans an app for Android and iOS with a server backend. Besides our own registration and login mechanism we want to implement the Facebook login to simplify the registration process. Our ...
1
vote
0answers
292 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 ...
1
vote
0answers
133 views

facebook token expiration issue

I've integrated facebook with my app using facebooker2 and Mogli. Now offline_access is removed from the facebook. I'm able to get token but its getting expire in 2 hrs, also If user get logged out ...
1
vote
0answers
311 views

Get Access Token from Facebook PHP SDK is not working properly

I'm trying to retrieve an Access Token from Facebook using PHP SDK 3.2.2, being the code below what I placed in the redirect url after a sucessfull user login in Facebook. My problem is that ...
1
vote
0answers
129 views

Facebook API - User access token with no expiration

I read here that I can get a non-expiring access token for users when calling this: https://graph.facebook.com/oauth/access_token? client_id=APP_ID& client_secret=APP_SECRET& ...
1
vote
0answers
81 views

Issue in getting all public data of a user with valid access token

I am facing same issue problem in getting all public data of a user with valid access token. When making a call with graph API Explorer with same permissions, getting All public data available of the ...
1
vote
0answers
120 views

Missing url parameters in internet explorer

I was following the tutorial at here to get access tokens for accessing Facebook from a web browser. Basically, this tutorial instructs people to get a URL in form of ...
1
vote
0answers
85 views

'Like' using the Facebook Graph API

I am trying to like a post using the Facebook Graph API, I have the access_token with required permissions (publish_actions,publish_stream). The method I discovered on the internet is POST: ...
1
vote
0answers
146 views

Omniauth-facebook Override oauth_token

I'm building a Rails 3 app which will exclusively use Facebook for authentication (via omniauth-facebook & koala for performing graph stuff). I want to be able to allow an iOS app to authenticate ...
1
vote
0answers
78 views

FB duplicate App ID

I registered an app with FB and was using the APP ID (API key) to let users log in using FB from both web and a mobile app and everything was working fine. Till we started seeing some intermittent ...
1
vote
0answers
566 views

How to receive return extend access token by javascript

After extend, I can: See extend access token on browser: access_token=TOKEN&expires=EXPIRES Error message "invalid assignment left-hand side" How can I get token from response. My Code: ...
1
vote
0answers
363 views

How to get a long term access token

Sience Facebook canceled offline_access scope,The access token I get can only available for 2 days.I read their blog,and tried to refresh token every hour.But every time the token I get is just the ...
1
vote
0answers
877 views

Facebook Refresh Access Token: Server returned HTTP response code: 400

I am trying to automatically refresh a users OAuth2.0 access_token by calling the new facebook endpoint detailed here I am building a Java (SEAM) web application, the facebook authenticate is done ...
0
votes
0answers
14 views

How to get signed request from facebook by node js

I am using https request in node js and try to get the code about signed request through https://www.facebook.com/dialog/oauth and I hope my code is correct. But the parameter res is always none. var ...
0
votes
0answers
15 views

Could the access_token endpoint return a 200 on an error?

I'm reading up on the login flow and looking at the API's response of OAuth's access token endpoint: The response you will receive from this endpoint, if successful, is ...
0
votes
0answers
25 views

Error on access_token

I got a problem when retrieving the access_token in the OAuth flow, I use the same method since 8 months but now facebook return to me, in some cases, a token that doesn't belong to anyone, when I use ...
0
votes
0answers
46 views

connect your website account with facebook with one time fb login

a person has an account on my website which is not connected to any FB account. He/She goes to a special panel on my website with a link "Connect this account with Facebook". He/She clicks on it, ...
0
votes
0answers
40 views

Facebook / How to identify the user to log in without following the whole Oauth workflow

Let's assume a website allowing its users to be logged through Facebook (with OAuth2 so) using the server-side solution (not the javascript SDK). Of course, redoing the process of authorization each ...
0
votes
0answers
61 views

How does one get the app access token for debug_token inspection on Facebook?

It is suggested that whether your app uses code or token as your response_type you should perform an automated check on the access_token to confirm that the token belongs to the person the app expects ...
0
votes
0answers
61 views

Facebook is generating new access token every time I refresh

Facebook is generating new access token every time I refresh. Should access token be generated just once when user accept the application? When I go to debug tool and check for every new token that is ...
0
votes
0answers
90 views

Valid access token not work in Graph API Explorer

The Facebook Access Token debugger say that my access token is valid: Issued 1368430222 (24 minutes ago) Expires 1373614222 (in about 2 months) Valid True But when I test it in the Graph API ...
0
votes
0answers
232 views

Web API Authentication using facebook access token

The idea I'm working on an ASP.NET MVC 2 project, building a REST web API. It will be used as the backend of a mobile app (iOS and Android) and possibly in the future, of a facebook app and a ...
0
votes
0answers
23 views

Fb_appid_access_token not set when redirect_uri present

When redirect_uri is provided in getLoginUrl for facebook login integration, the fb_appid_access_token session is not visible. For some reason the fb_appid_access_token session is not set or may be ...
0
votes
0answers
42 views

how renew user access token without user relogin?

I have a facebook app which posting on user's wall a quote every hours. the problem that's facebook deprecated offline_access permission and apply a new rules for access tokens (max 60 days) look here ...
0
votes
0answers
42 views

Authentication Token for Facebook Windows Phone

I'm developing a windows phone application that requires Facebook log-in. I can actually log-in successfully using my personal and developer account. The sandbox mode of the application is set to ...
0
votes
0answers
48 views

Multiple Facebook Apps/IDs for 1 Website

Is it possible to use multiple facebook apps/ids on one website.? For example let's say I have 2 apps, called userless-app1 and user-app2, that will perform different functions on my website. ...
0
votes
0answers
113 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
157 views

Facebook: get access token from server side, for users that granted permissions from ios

I have an ios and node js app in which users grant permissions using only client side, and i'm trying not to send the access token to the server for security reasons - someone could intercept that ...
0
votes
0answers
36 views

Why does posting my Facebook app link generate an OAuth exception?

I have developed a Facebook application and in order to promote it, I post it's link on different Facebook pages. It was all working fine, then yesterday when I posted the link of the app on a page, ...
0
votes
0answers
69 views

Access token should be sent to web server app or not?

I have a mobile app (Android and iOS) and an app server. All of them will make Facebook requests. Reading the documentation, I became confused with this paragraph from here: We recommend that App ...
0
votes
0answers
92 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
364 views

facebook access token expired

Based on facebook instructions https://developers.facebook.com/roadmap/offline-access-removal/ (Scenario 4) i am using the following URL ...
0
votes
0answers
52 views

How to publish on Facebook timeline, more than 60 days after user gives permission like Thunderclap.it

On thunderclap.it, users choose a cause to support, give post permissions (publish_actions) and when the cause "expires" it automatically posts to all the pledged users' feed at the same time. This ...
0
votes
0answers
335 views

how to obtain facebook access token from mobile link

I got this weird link to obtain a facebook access token lokking like this: ...
0
votes
0answers
225 views

Facebook javascript sdk An active access token must be used to query information about the current user

In my code I have FB.api('/me/friends', function(response) { if(response.data) { //TODO : what to do if no. of friends is more than 5000 (pagination by fb) ...
0
votes
0answers
137 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 ...

1 2 3 4