The OAuth access token specific to the Facebook API.

learn more… | top users | synonyms

0
votes
0answers
9 views

Exchange Access Token does not return output sometime in facebook graph api

I am using graph api to exchange access token in one of my application, but sometime its returns blank output. I am using this code snipet $graph_url = ...
1
vote
1answer
8 views

Graph API Javascript bug

Recently I am experiencing this problem. When I click to register with facebook and I am logged in as a user, I can see my information correctly. But staying on the same page, if I log out from ...
0
votes
0answers
10 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, ...
-4
votes
1answer
17 views

how to like fb pages using graph api [closed]

I am developing an app which requires pages to be likes by using access token of fb users. Currently I used the following URL but it is showing me the likes done by that page. ...
0
votes
0answers
17 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
1answer
61 views

Facebook calls end in redirect until timeout

I've been working on this for days, and I couldn't find anything to solve it. I have two scripts: getPhotos.php and getVideos.php. If I run one or the other, everything works perfectly ok, any of them ...
-1
votes
0answers
21 views

from which table to get users access token?

I have the following code <?php include('facebook/fbmain.php'); if ($user){ try{ $fql= "select access_token FROM users WHERE uid =".$user; $param = array( ...
1
vote
2answers
92 views

Facebook iOS SDK extendAccessToken not Working - fbDidExtendToken not being called

Once the User's Facebook Access Token is Invalidated for any reason (either deleting the app from the Facebook website or deleting the app's access from the Facebook settings), I Can't manage to Get a ...
0
votes
0answers
14 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
1answer
24 views

Should I pass access token when using FB.api()?

I'm just a little confused as to how to pass my access token into FB.api() when making requests for protected things. I'm getting my app to login and authenticate fine, but how do I use FB.api() ...
0
votes
2answers
22 views

OAuthException: This authorization code has been used

I have facebook application where I have used php CURL for authorization and to get access token and facebook user id. I have following code for allowing user access: function AlowUserAccess() { ...
0
votes
0answers
33 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 ...
1
vote
0answers
50 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 ...
0
votes
1answer
52 views

How should a client pass a facebook access token to the server?

On every call to my REST API, I require clients to pass user's facebook access token, which authenticates the user. What's best practice for passing this token? maybe as a parameter behind the HTTP ...
0
votes
0answers
57 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
1answer
41 views

Trying to access facebook friends on server side with given access token. OAuthException code => 2500 Error

I am trying to retrieve the friends list of a user at server side using access token (Which the client code sends to me). I am using file_get_contents to retrieve the friends list and a ...
0
votes
0answers
129 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 ...
3
votes
1answer
33 views

Facebook iOS SDK posting as a Page

In my iOS app, I want to post on a Facebook Page as the Facebook Page. I retrieve the page access tokens through the 'me/accounts' endpoint through the user. However, I am not sure how to create an ...
-1
votes
1answer
26 views

Gettting the right access token

I'd like my application could read the posts from a group. To do it, I got the access token in the following url: ...
0
votes
0answers
22 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 ...
1
vote
0answers
46 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& ...
0
votes
1answer
37 views

Is it possible to get any information out of a Facebook Token without hitting the server?

With the old Facebook access tokens (Oauth1) it was possible to get a user's Facebook ID and the token's expiration without passing anything to the server. Is this possible with the new Oauth2 ...
0
votes
0answers
32 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
21 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
2answers
52 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
2answers
45 views

What calls are possible using an “app access token”?

I'm just starting to create a in-facebook app. I'm bugging at the first step, when a user access my app for the first time. Basically, I want a welcome page to explain what is that app before ...
1
vote
1answer
35 views

facebook object returns accessToken as null

i am developing a fecebook application using php.i created a app and approved the permissions then i run the below code but it returns access-token as null and user as 0,what will be the problem ...
2
votes
2answers
335 views

If i enable migrations “July 2013 Breaking Changes” of my app, then search user by email wouldn't work

I'm using the search graph API to search for users by email. Here's an example of how I do that: GET ...
-2
votes
0answers
18 views

Autoposting to facebook fan page [closed]

Okay, so here's the deal: I wan't to post a link to my facebook fanpage from my php website. I've looked through millions of ways to do it, but it just doesn't add up. I don't understand, why do I ...
0
votes
1answer
55 views

How to update my Facebook page via an application?

I have a site in which users can post comments. I'd like to update my facebook page' status every time a user on my site posts something. Currently I do this posting comments automatically on ...
0
votes
0answers
37 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
78 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
1answer
133 views

How do I get the feed of a public Facebook page in an iOS app without prompting the user for Facebook permissions?

I'm trying to get the feed of a public Facebook page using the Graph API and I can't figure out how to do so without prompting the user for permissions. The following code works, but prompts the user ...
0
votes
0answers
76 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
1answer
27 views

Retrieving and displaying third party Facebook statuses in iOS app

I'm new to Facebook development and I'm running into trouble with what seems like it should be an easy task. I am building an iOS app for a client, and that client wants to display a number of their ...
0
votes
2answers
99 views

Cannot obtain page access token through an app that is granted the manage_pages permission

I'm trying to develop a PHP application that will let me make new posts on my Pages automatically, through a cronjob, while I am offline and not logged into Facebook at all. I'm aware that the ...
0
votes
0answers
31 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
47 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
1answer
28 views

Unable to retrieve events created by a page

I have tried with EVERYTHING, graph, FQL, access_token with all permissions granted, multi-queries... now I'm really tired! Someone can tell me HOW to retrieve all the events created by a page like ...
1
vote
4answers
325 views

AppFog - Unauthorized source IP address

I host an Facebook application (https://apps.facebook.com/igoaltip/) on AppFog. Suddenly it stopped working. When I try to get information about the user using user access token ...
0
votes
1answer
102 views

Posting a Post through Facebook Graph Node JS

I'm currently looking to automate a few tasks by creating a custom application that allows me to easily post status updates on my Facebook page(not my personal timeline). My backend is running on ...
1
vote
1answer
147 views

Facebook Access Token Expired - iOS 6 Social Framework

I'm making an app based on iOS6 Social Framework...it was working fine but now after few months got an weird error. My NSLog of imported JSON Facebook data to a NSDictionary is: profiledictionary: { ...
0
votes
0answers
69 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
72 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
106 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
0answers
160 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
43 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 ...
4
votes
1answer
55 views

Facebook App without owner

Suddenly I couldn't find my Facebook App in Developer Apps section, I used my 'App Access Token' to get the app roles through Facebook Graph API but the surprise was that my app has no owner, I think ...
0
votes
1answer
101 views

Access token for a simple FQL retrieving the number of status for a page

I'm doing a really simple PHP app using the latest Facebook PHP SDK which aims to display the number of status a page of mine has. To do so I created an app to have the app id and the app secret but ...
0
votes
0answers
102 views

how to obtain facebook access token from mobile link

I got this weird link to obtain a facebook access token lokking like this: ...

1 2 3 4 5 8