The OAuth access token specific to the Facebook API.
1
vote
1answer
281 views
Unable to obtain Facebook Fan page access token
I am trying to post content on a Facebook fan page from a CMS. I have lost my time just trying to get access token for that page. I am using latest php facebook SDK (Facebook PHP SDK (v.3.2.2))
I am ...
1
vote
1answer
45 views
Rails - how to retrieve user's access_token from Facebook API
When a user will sign up to my app through Facebook, I would like to display all his pages which he manage.
This is how I save data from FB API:
def self.create_user_from_facebook(auth_hash)
...
1
vote
0answers
201 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
107 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
242 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
94 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
67 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
1answer
294 views
Facebook Permanent Access Token
I am working as part of a team for a company that wishes to display the time of the last post on a dashboard for a Facebook post. This is for a webpage.
To do this, an access token is required.
The ...
1
vote
0answers
92 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
1answer
37 views
using facebook access token from different host?
Let say I obtain a facebook page access token from one machine and another machine have it.
Is it allowed if both machines use that access token simultaneously, at the same time, to call facebook ...
1
vote
1answer
106 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 ...
1
vote
1answer
63 views
get a new short-lived user access_token
I need to renew a long-lived access token. I read
Renew long lived access token server side topic and wrote a code as follows:
<?php
$code = $_REQUEST["code"];
if(empty($code)) {
$dialog_url ...
1
vote
1answer
59 views
Facebooks Thid-Party-ID - How to use it
For my facebook app i need to store user-records on the server side. Because the data should be anonymized i don't want to store the user-id. I found out that the third-party-id should be what i'm ...
1
vote
1answer
115 views
Which access token to use for open graph action
I've created a custom open graph action that uses the publish_actions permission.
Once the user has granted this permission, which access token do I need to use to post the open graph action? Can I ...
1
vote
0answers
76 views
Facebook api authorization in IE [duplicate]
I have a problem with facebook authorization in Internet Explorer.
This code works in Firefox, chrome and safari, but not in IE.
After clicking on href with loginUrl this message appears (only in IE ...
1
vote
2answers
167 views
Obtaining a facebook access token to use with facepy
I am doing a project for school where I have to get all of my friend data, and the friend data of some of my friends, from facebook in order to make a graph of it. To do this I am planning on using ...
1
vote
1answer
189 views
Using App Access Token for Facebook Timeline Feeds
I have started on developing a server side application that requires integration with facebook. My needs is an access token that will not expire, but unfortunately facebook has removed the ...
1
vote
1answer
375 views
How to access facebook Graph with Cron Job given their new polices
I am having trouble figuring this out. Facebook is implementing a new policy https://developers.facebook.com/roadmap/offline-access-removal/ that no longer allows for the simpler "offline_access" ...
1
vote
0answers
83 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
1answer
279 views
How to get Graph API access token server side to post to my own page?
I have my a job running server side and posting to my own facebook page but the token I get manually through the API graph explorer expires and my app fails.
All I need is a access token so I can ...
1
vote
1answer
130 views
Retrieving scores with Application Token
So I have an app set up, and I'm trying to send scores via a server rather than from the application. This allows me to keep scores longer term, whilst also having the social advantages of Facebook.
...
1
vote
2answers
658 views
Facebook session expiration error when try to post actions to open graph using 'App access token'
I am facing this error with some of my users, the case is as following:
I use facebook "App access token" to post actions to facebook Open Graph instead of the user access token because app access ...
1
vote
0answers
145 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
1answer
394 views
Facebook Oauth access_token andpoint does not return “expires” value
I have a strange problem with Facebook Oauth access_token endpoint:
https://graph.facebook.com/oauth/access_token?
client_id=APP_ID&
client_secret=APP_SECRET&
...
1
vote
0answers
74 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
2answers
237 views
Can i load the private photos with my webapp from facebook users?
I have a website and use the login using facebook.
I want to do the following:
User comes to my web site - login with facebook - I read his facebook data and photography permits
For example:
{
...
1
vote
0answers
498 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
2answers
2k views
facebook extending the access token
Hi I've seen the answer here
http://facebook.stackoverflow.com/questions/8982025/how-to-extend-access-token-validity-since-offline-access-deprecation
and gave it a go but I'm having trouble getting ...
1
vote
1answer
198 views
Deprecation of Facebook offline_access, how to handle on Windows Phone?
I am working on a Windows Phone app that utilizes the Facebook API. To do that I need the user to login and authorize my app, so that I can get an access_token. I've already done that, it works fine.
...
1
vote
1answer
403 views
facebook permanent/longterm access key for python project
I've been developing a python program with the fbconsole that grabs a lot of data from facebook over time and i would like to not have to refresh this access key every two hours. Obviously I have ...
1
vote
0answers
359 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
1answer
490 views
Facbook: POST userid/apprequest throws an exception (Invitation is sent though)
I am using trying to send app request to friends, My code always
throws exception but I see that my friends get the App request. I am
confused. Can someone let me know hot to handle the request ...
1
vote
1answer
185 views
Access tokens?
I am developing an app in PHP hosted on Heroku, and my biggest problem is not getting access tokens for a user to get my app to fully work. The app works perfectly for me (as I am an admin), but other ...
1
vote
1answer
724 views
Publish on page using page Access Token and fb_exchange_token
I'm trying to set up an app to publisher on page owned by the user.
1)I ask for permission with js with manage_pages,publish_stream scope
2) $fb->api('/'.$fb->getUser().'/accounts', 'GET', ...
1
vote
0answers
830 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 ...
1
vote
1answer
223 views
New offline_access token implementation Facebook App with javascript
I have been working with Facebook OAuth 2.0 using JavaScript SDK. I saw that Facebook has recently changed the "infinite" expiration time access token feature and now one has gets an Access token for ...
1
vote
1answer
605 views
can't get access token with code
I'm using javascript sdk for user login
FB.init({appId: applicationId, status: true, cookie: true, xfbml: true, oauth: true});
FB.login(callbackFunction, {scope:permissions});
i get valid access ...
1
vote
1answer
244 views
How can an access token be shared between server names? (www vs non www)
I am currently developing an app via website and the token that Facebook returns back will only be in session for the exact url. In other words, if a user hits site.com and logs in, the token only ...
1
vote
1answer
213 views
How to properly catch the access token?
I can't seem to catch the access token as invalid even when i logged out of facebook.
if ($user) {
try {
// Proceed knowing you have a logged in user who's authenticated.
...
1
vote
1answer
31 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
...
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 = ...
0
votes
1answer
467 views
How to save the access token in php?
I am using this endpoint to get the long-lived token:
https://graph.facebook.com/oauth/access_token?
client_id=APP_ID&
client_secret=APP_SECRET&
...
0
votes
1answer
2k views
Access token Facebook graph api?
After created an app on FB, I get an access token XXX
when I open https://graph.facebook.com/me/likes?access_token=XXX it does show all information that I likes fine.
but when I open to see from ...
0
votes
2answers
1k views
How to get value of “expires” parameter of access_token using Facebook PHP SDK?
My Facebook PHP SDK application logged in to Facebook and received access_token.
How to get the value of "expires" parameter later time using PHP SDK?
0
votes
1answer
32 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
1answer
20 views
March breaking changes, getting app access_token from new endpoint
The breaking change this month is that apps will no longer be returned for /me/accounts and that we should not be using /me/applications/developer to get applications but this endpoint does not return ...
0
votes
2answers
499 views
Client Side Authentication against Facebook
We have a spring web app with spring mvc controllers. It's supposed to connect to our facebook app to get an authentication token to be used for further access. The communication with our App seems to ...
0
votes
1answer
552 views
Facebook Store Access Token to Post to Wall Later
With offline_access being deprecated is it possible to store a user's access_token and post to that user's wall sometime in the future?
0
votes
1answer
198 views
posting to facebook app via php
I'm fairly new at facebook api and I need some help.
I have a website and I would like to update
a) an image and related text
to my facebook app. This is to be done automatically from my web-site ...
0
votes
1answer
34 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 ...
