The OAuth access token specific to the Facebook API.

learn more… | top users | synonyms

0
votes
0answers
325 views

Facebook C# SDK how to extend accesstoken?

Here's the code that gives me AccessToken , scope presents the permissions and oauthurl is the login ulr private void FrmLogin_Load(object sender, EventArgs e) { // oauthurl is the ...
1
vote
1answer
135 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
78 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 ...
0
votes
2answers
980 views

Facebook Graph API Access Token

I've spent the several hours reading posts here, and following links (many of them dead) to developer.facebook.com. How can I display my most recent FB post on my external website? I can do this by ...
0
votes
0answers
114 views

PHP SDK: Using app access_token even though getUser is working?

In the video link you can see what is happening in my code. http://screencast.com/t/93VBDgw7 I can call the PHP SDK through ajax and get the correct access_token, but loading this page on its own ...
0
votes
3answers
187 views

Client-side photo access with access_token, using Facebook graph

I have an app that includes displaying some photos from a user's Facebook account. I'm currently using the fb_graph gem to do this (it's a Ruby project). I can get the URLs no problem, but what I ...
0
votes
0answers
53 views

How to send user emails when using Facebook Connect/App (email storage)

Many websites implement now FAST sign-in by using Facebook Connect or by creating a facebook app to let users directy sign in on their website, i.e WITHOUT any need for type their email on my website ...
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 ...
0
votes
0answers
153 views

Facebook acccess token have to expire 60 days after extend but it NEVER

Paste this code in to browser URL https://graph.facebook.com/oauth/access_token? client_id=APP_ID& client_secret=APP_SECRET& grant_type=fb_exchange_token& ...
0
votes
0answers
30 views

Access Token Expiration (Clarification Needed) for Automated Posting to Pages [duplicate]

Possible Duplicate: facebook access token is invalid - trying to post to facebook website-“page” via app using a cron I've followed a tutorial I found linked from this forum to learn how to ...
0
votes
0answers
401 views

Retrieving fb PAGE access token using Php. Step by step guide

after 3 days googling, that's my problem: I just need to update my FB fan page with new posts using a php routine associated with my website. Reading some documentation it seemed quite easy, but ...
0
votes
1answer
284 views

Automatic facebook wall post, access token keep expire

I have to automatic post on my facebook page wall. So far so good... but the access token keep expire. I did the automatic post with my App and with the Graph Explore and I have the same problem with ...
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& ...
-1
votes
1answer
241 views

Graph API and Dynamic Access Tokens

So basically im making an app which i need to embed a custom facebook wall feed into. I just want a JSONP response... that is all. From reading for days on access token's e.c.t. i've come to the ...
2
votes
1answer
42 views

Access tokens and offline application after approval [closed]

Right hello there, I have recently come to find out they are removing offline access for publishing on the 5th December and need a hand with a quick question and a possible solution would be ...
-2
votes
2answers
452 views

facebook access token is invalid - trying to post to facebook website-“page” via app using a cron

I am trying to post to my website's Facebook fan-page via a cron on my server. I created a user on Facebook named "John Doe", i made him admin on my website's Facebook fan-page and then i created an ...
0
votes
0answers
95 views

Facebook Oath: refresh access_token with method oath

-(void)extendAccessTokenStepOneOnCompletion:(FacebookEngineCompletionWithToken)completion onError:(FacebookEngineErrors)ErrorBlock{ /* https://graph.facebook.com/oauth/access_token? ...
0
votes
1answer
57 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?
1
vote
2answers
216 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 ...
2
votes
1answer
127 views

How to delete app scores with “app access_token”?

I am not good at English. Sorry for that~ Here is my code for deleting app scores. I am using this facebook game tutorial ios-friend-smash [FBRequestConnection startWithGraphPath:[NSString ...
-1
votes
1answer
2k views

What is this misuse error blockage message about??? and what have I done wrong that other's havn't? [closed]

I just had this message pop up in a red box above my update status box when I logged on today: Your IP is Temporarily Blocked It looks like users on your current IP address were going too fast and ...
0
votes
1answer
565 views

Get Facebook user access_token for FQL/Graph API

I am currently trying to get a user access_token to submit an FQL query to the Facebook Graph API. The goal is ultimately to fetch the most recent statuses from a FB Page. I have the app access_token ...
0
votes
0answers
64 views

Print text from Open Graph URL via concatenated URL string

I am trying to print the URL from a webpage onto my iOS device screen. I've completed Facebook auth by this point and I'm trying to concatenate the accessToken and user id into my url. There are two ...
2
votes
1answer
101 views

Can the accessToken expire time be automatically refreshed

I am wondering if anybody know if it is at all possible that the accessToken expiry time be auto 'refreshed'? Last night when working on my app, after a couple hours away from the computer and came ...
2
votes
2answers
810 views

getAccessToken returns the app access token instead of the user access token

First im getting the "login url": if (!$facebook->getUser()) { $login_url = $facebook->getLoginUrl(array( 'scope' => 'publish_stream' )); } And redirect to it, if the user ...
2
votes
1answer
2k views

iOS 6 Facebook Login not refreshing access token

Nothing I'm reading (many FB dev articles and SO question) is helping, so I thought I'd post here. I'm trying to get this all to work with iOS 6 and Facebook SDK 3.1.1. I've got a pretty basic setup: ...
0
votes
0answers
45 views

Facebook access token for userless polling app

I want to write an app that tracks and displays events on specific facebook pages in a special way. The point is that the application will run on displays within environments such as clubs to draw ...
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 ...
1
vote
1answer
332 views

Facebook invalid access token after clearing cache&cookies

My app is not loaded and I get the erro below in these two scenarios: a) The first time I access my app after clearing cache & cookies, or from a PC I haven't used before, with any browser. b) ...
5
votes
1answer
3k views

Login with Facebook using Facebook SDK for PHP

I have problems with making login to my site with Facebook. I have created login using Facebook SDK by following the tutorial at developers.facebook.com , but it does not work for me. I have wrote a ...
0
votes
1answer
624 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
272 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
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
758 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
141 views

Authenticate user from mobile app

I have mobile online game and my server need user_id for the player. But facebook only gives me access_token to request data from user account and doesn't provide signed user_id. It's important to ...
0
votes
0answers
123 views

Setting 'view_tags' on AdGroup is giving me a permission error

I want to update the view_tags on an adgorup based on the information described in the FB Ads Api Documentation: https://developers.facebook.com/docs/reference/ads-api/adgroup/#view_tags I am using ...
2
votes
1answer
301 views

cannot fetch data using Facebook app access token

I am trying to write a Facebook application. I can easily use permissions from a Facebook user. And I am trying to fetch some data from different Facebook tables using FQL. These are the permissions ...
0
votes
1answer
751 views

How to Publish on Facebook Page automatic from php server scripts?

My client has a e-commerce website where they sell their products and they also have facebook page for that website. I want to to publish wall post on that page when ever the product price is reduced ...
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, ...
1
vote
1answer
214 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 ...
0
votes
1answer
120 views

Facebook Connect takes 30+ seconds to get an access_token

I'm trying to setup Facebook Connect authentication, but it takes upwards of 30 or more seconds to pull back an access token. When I browse to the generated URL through my web browser, it comes back ...
1
vote
2answers
104 views

How can I detect whether my facebook access token is invalid or not?

I know about handling invalid access token by using exchange token method.But my question is how can I detect it as invalid?Anyone please help me.Thanks in advance.
2
votes
1answer
154 views

Page access tokens from web app

I'm writing a facebook web app with Graph API for publishing on a page wall automatically. I'm the page administrator and I've set up the app permissions for requiring manage_pages, offline_access, ...
4
votes
3answers
2k views

How do I get a page Access Token that does not expire?

I would like to know if it is possible to have an access token that never expires for post to my page Now i get the acces token with https://graph.facebook.com/me/accounts i have publish_stream ...
0
votes
2answers
168 views

Getting page access_token for a Facebook page (using Graph API)

I am trying to access a public FB community page and display the images on web page, example-http://www.codeofaninja.com/2011/06/display-facebook-photos-to-your-website.html My site is being developed ...
0
votes
1answer
453 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
0answers
51 views

offline access deprecation - impact

My website uses Facebook for signin / signup. Access token is obtained from the server side with offline_access permission. The website functionality is such that, all users can see each other's ...
2
votes
1answer
269 views

Sharing Facebook access token between iOS and website

I have developed a PHP website where users authenticate via Facebook and I get and store their auth_token. On the other side, I have started developing an iOS app where users will be able to ...
0
votes
1answer
79 views

facebook application authentication

I'm trying to make native facebook aplication in python. I have problem with extended permission, on facebook application page I typed some types of permission which I need but when I try to get acces ...

1 2 3 4 5 9