The OAuth access token specific to the Facebook API.

learn more… | top users | synonyms

0
votes
1answer
915 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
485 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
46 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
23 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
519 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
586 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
75 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 ...
0
votes
1answer
58 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
1answer
781 views

Can't save Facebook accessToken in SDK 3.2

I've been using the old Facebook SDK and saved the accessToken and expirationDate inside the NSUserDefaults. But now in the new Facebook SDK 3.2 there is a new class called FBAccessTokenData and I can ...
0
votes
2answers
91 views

ios - What is the correct way to check if the app has access to Facebook?

If I want to make sure that the ios app has access to user's facebook account, which method should I follow? I have seen checking for FBSession.accessToken in some places and ...
0
votes
2answers
324 views

Getting an access token for a local Facebook script

I will start this question by mentioning that this is my first experience with Facebook's API. I have a script on my own PC, which is executed with WAMP. It fetches data from Facebook's Graph API, ...
0
votes
2answers
1k views

PHP + Facebook: how to get access_token + 60 day long access token?

I am trying to get it this way: https://graph.facebook.com/oauth/access_token? client_id=APP_ID& client_secret=APP_SECRET& grant_type=fb_exchange_token& ...
0
votes
1answer
56 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
451 views

Cannot get page wall posts using Access Token

I'm an administrator of a group where my friends and I post music. It's a private group. I want to get my own USER access token to get the JSON of the posts to this wall. I don't need to post to it, ...
0
votes
1answer
588 views

PHP fb api get secret group information without user login

I am a member of a secret group and want to access and use the groups information within an php-website. Is it possible to access secret groups without an enduser-login? Is there a way to add the app ...
0
votes
1answer
730 views

Facebook: App Access token, Posting to a User

I went through this wonderfull tutorial on Using App Access token. According to this post it says that: If the user has not provided the appropriate permissions to publish on the user’s behalf, ...
0
votes
1answer
198 views

VARCHAR not accepting strings with non-numerical characters

I am trying to store a Facebook access token in my MySQL database. I have set the field to take a VARCHAR of length 255 and it can accept strings of numerical characters, but if the string includes ...
0
votes
2answers
125 views

How to get duration of an access token?

I think I have gotten a long duration page access token. When I got the long token for my user, ( https://developers.facebook.com/roadmap/offline-access-removal/#extend_token ) it returns the token ...
0
votes
1answer
215 views

VALIDITY of Access token in facebook graph api

If I have an access token then, can I somehow parse it to know at what time it will expire?
0
votes
2answers
647 views

Use Facebook Graph API to search for users

I'm working on application and I want to connect it to facebook. The user should type his (name/username) in a textbox and automatically my app should find his account of facebook. In order to search ...
0
votes
1answer
563 views

Facebook page access token validity length

I have worked out how to get a facebook page access token and post to the page's wall. I would like to know if the facebook page access token expires and if so after how long? Also If it does expire ...
0
votes
1answer
418 views

how to handle expired facebook access token to post activity

I've some problem when posting an activity to opengraph.. for example: user A login in my app and give a comment on article XX then the activity posted to their facebook profile then.. user A logout ...
0
votes
1answer
2k views

How do I obtain a Facebook access token for an app to post on a company wall?

So here is what I am trying to do. I have created my Facebook application and I have been able to use the Graph API explorer to specify the application in the top right. Some more detailed ...
0
votes
2answers
3k views

C#: Get a user access token

I'm developing a desktop application in C#. After visiting https://www.facebook.com/dialog/oauth?client_id=123 the user logs in and the user access token is attached to the redirect uri. Its no ...
0
votes
2answers
164 views

accecc_token vulnerability - create a post by sending an HTTP POST request to facebook

I want to post on my facebook page by sending a HTTP POST. The way I am doing this is by creating a permanent access_token that is used to post to my facebook page. The problem is the access_token ...
0
votes
2answers
442 views

Can I extend the acces token which has already expired

Facebook has deprecated the offline_access and introduced access token extension instead. The doc says that to extend access token we need to provide a valid access token. Now my doubt is can I pass ...
0
votes
2answers
807 views

Get access token and subscribe on real-time updates php

I am developing an application for which I need to subscribe to facebook real-time updates. Unfortunately, I am getting an error while trying to execute the code for the subscription. The error is the ...
0
votes
2answers
541 views

Facebook offline access key / login issue

When the user accesses my apps for the first time, I ask for a couple of permissions (user_checkins, publish_stream, offline_access). After allowing all the permissions the user goes to privacy ...
0
votes
1answer
24 views

Do facebook app tokens expire?

I'm reading up on Facebook Access Tokens. I need to generate an app token to inspect an access token I got from a user. This is described here, but isn't that relevant now. I can write software which ...
0
votes
1answer
18 views

How to deal with the removal of offline_access when managing a page?

Now that offline_access has been removed, I'm wondering how I should set up my app. Here's an overview of my app as I want it to work: A first user, admin, logs in first, makes a facebook page and ...
0
votes
1answer
80 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
54 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
1answer
71 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
1answer
59 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
1answer
174 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 ...
0
votes
1answer
33 views

Require some access token

I ask for read_stream permission in my app. But the users can ignore that request. How can I check if the user gave me the permission? I want that permission to be required in order to use the app. ...
0
votes
1answer
35 views

What is the difference between these facebook access tokens?

I'm developing a FB App that can manage pages but I need to clarify this: what is the difference between $page_info = $facebook->api("/$page_id?fields=access_token"); and $aToken = ...
0
votes
1answer
113 views

Using extended access token without login

I have converted my short-lived access-token into extended token i.e for 60 days. The token has permissions for publish_stream and publish_actions. Can i use the graph API to post something on a ...
0
votes
1answer
111 views

Does facebook web app need access token for reading likes of friend status

I'm trying to read likes on my friend's status. It is working fine if i copy the access token from the graph api explorer. If i use the getAccessToken method. It just returns an array with the id of ...
0
votes
1answer
192 views

Facebook Login As App, access token doesn't work

I am trying to get events from a Facebook page via Ajax. But there should be no login process for user. For this reason I am trying to implement "Login as an App" by following the the documentation ...
0
votes
1answer
341 views

How can long-lived access token be retrieved for a page via graph explorer?

I want to allow an app to post as a page, so I used graph api to get access token to the page but it has one hour expiry. Is there a way to retrieve long term access tokens via graph api? P.S. I ...
0
votes
1answer
147 views

Can a facebook app get friends of an app user with app access token?

From the documentation http://developers.facebook.com/docs/reference/api/user/ it seems that to fetch user's friends one needs users valid access token. But it appears that I can fetch the ids of ...
0
votes
1answer
99 views

Cannot get Facebook friends array on IE, but working on other browsers

This function is working on Chrome and Firefox but not on IE9, where errorHandler is logging this error message: ERROR: getFriendsArray {"readyState":0,"status":0,"statusText":"No Transport"} ...
0
votes
1answer
156 views

New Facebook-access-token generated if it expires?

I am using the below API to list out my Facebook friends. https://graph.facebook.com/me/friends?access_token=??? I wish to know what would happen when the access token expires. 1) If I have logged ...
0
votes
1answer
755 views

How to handle expired Facebook access tokens with SLRequest

I've integrated the SLRequest class with my app and can successfully update user timelines etc. So far so good. However, I'm stuck with how to handle the scenario when Facebook invalidates the user's ...
0
votes
1answer
126 views

Accessing status messages (shared with 'friends') using App Access Token?

Is it possible to get Shared status with friends with an App_Token? I'm trying to get them but i'm only getting the public ones. I already gave permissions to get user_status, friends_status, ...
0
votes
1answer
225 views

Delete user score as an App Admin with Graph API Explorer

Is there a way of deleting a specific user Score from the Graph API Explorer? Suppose there was a problem with the game and some users got wrong scores. Is there a way (assuming I'm the app admin) to ...

1 2 3 4 5 9