The OAuth access token specific to the Facebook API.

learn more… | top users | synonyms

0
votes
0answers
169 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 ...
0
votes
1answer
105 views

When Facebook removes an App, it puts the site's domain on a blacklist?

I got my app removed by Facebook last week. Now I'm trying to build a new one correcting the problems, but I always get an error authenticating the user. SECURITY WARNING: Sharing the above URL ...
0
votes
1answer
29 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. ...
9
votes
1answer
162 views

Getting info with cron job on Age restricted Facebook Fan pages

I have an application that refreshes Facebook applications info at some time, let's say once a day and writes them in database. Some of the Pages that the application tries to get information from are ...
0
votes
0answers
174 views

Upload Photo C# Unity3D NOT Unity Web Player

I success to Upload a Photo and add it to my Photos Albums ^^ But i need the active User Token or if i do that : IDictionary<string, object> result = ...
0
votes
0answers
52 views

What kind of information can be accessed with a Facebook app access_token?

I am writing an Android app where, among other things, the spec calls for all the posts on a specific Facebook page to be available in a ListView. So far this has worked fine, but today I discovered ...
0
votes
0answers
61 views

facebook access token without using FB APP

I have to retrieve the access token of the user that is going to use my FF extension. The problem is that i cannot use the common function online because i dont have a FB APP and the Secret Number of ...
0
votes
1answer
30 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
70 views

Facebook Post from Server Side Code - How to I get Working Access Token?

After spending hours searching and reading through many posts and the Facebook docs, I have not been able to successfully post to Facebook from my Server Application. Hope someone can help. ...
0
votes
0answers
59 views

TestUser AccessToken Expiration Date-Time

just wondering what the lifespan is for a Facebook test user's user access token. The developer API I'm using to create test users: https://graph.facebook.com/APP_ID/accounts/test-users? ...
0
votes
0answers
37 views

Filtering open graph actions by object

Is there any way of filtering /[USER ID]/og.follows by object using an App Access Token? e.g: /[USER ID]/og.follows? object=[http://some.object.path]& access_token=[APP ACCESS TOKEN] I ...
0
votes
0answers
18 views

Access token is null

I read this article:http://www.mono-software.com/blog/post/Mono/179/Using-Facebook-API-in-ASP-NET/. When popup login close, access token is null. please help me !
0
votes
0answers
89 views

Facebook php sdk very slow + gives wrong access token

I am trying to get an user access token with the following code: $facebookID = Yii::app()->facebook->getUser(); $accessToken = Yii::app()->facebook->getAccessToken(); echo $facebookID; ...
0
votes
0answers
16 views

Can we access a facebookapp page through another page by file_get_contents

when we have logged into an application, an access token is already assigned to us. Can we echo some data in originalpage.php and use file_get_contents(originalpage.php) from another page say ...
0
votes
0answers
46 views

Error trying to get accesstoken

I need to create a system that when the cliente publish something in his website it will be published in his facebook, but to do this i need to get the access token because the account need to still ...
0
votes
1answer
88 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 ...
17
votes
3answers
234 views

How can I manage many pages as one admin user without exceeding api quota?

My client company manages Facebook Pages for several thousand small businesses. We've built a Facebook App that for our client to simplify the process and allow them to quickly make changes to ...
0
votes
1answer
510 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
0answers
29 views

Is it possible to retrieve Facebook user's newsfeed for a given period of time?

Is it possible to retrieve Facebook user's newsfeed for a given period of time? Say for last 3 months or 6 months? I tried using me/home?limit=1000, with limit parameter as get last 1000 posts, but ...
1
vote
2answers
45 views

Is there a way to register an application on Google+ like on Facebook?

In particular I'm interested in the possibility of getting an App Access Token with no expiration time, exactly as I do with Facebook. I want to publish on behalf of the user via server, and I found ...
0
votes
1answer
228 views

Error 100 This authorization code has been used

I have a simple sign-in button that directs the user to: ...
0
votes
0answers
82 views

Facebook - using application access token for insight data getting blank

I am using application access token with following insights API to download json - https://graph.facebook.com/xxxxxPageIdxxx/insights/page_views/day?access_token=application_acccesstoken But, ...
0
votes
0answers
86 views

Facebook API - Page country restriction Set to specific country getting error - Unsupported get request

My Facebook Page country restriction Set to specific country. so , when I am using application access token with following API to download json for above pageid - ...
0
votes
0answers
282 views

Facebook graph API giving error - Unsupported get request with type - GraphMethodException

I am using application access token with following API to download json - https://graph.facebook.com/PageId?access_token=xxxxx&method=GET&metadata=true&format=json I have two Facebook ...
0
votes
1answer
21 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 ...
-1
votes
1answer
141 views

Facebook AP access token extending the expiration getting error

I am using following API call to generate access token - https://graph.facebook.com/oauth/access_token?client_id=XXXXXX&client_secret=XXXXXXX&grant_type=client_credentials as repose from ...
-2
votes
1answer
67 views

Facebook Extending life/validity of Access Tokens with the same Access Token (ID/string)

I am using following API to extend life (validity) of my access token up to 60 days. https://graph.facebook.com/oauth/access_token? grant_type=fb_exchange_token& ...
4
votes
1answer
330 views

Facebook full permission AccessToken alternative to Offline access token

Currently I am using desktop windows service to download my Facebook page insights/ page likes/friends etc. graph data . so, for that i have added app on my facebook page and generated full permission ...
0
votes
0answers
71 views

Extending access token very slow

I am using Yii as an framework and i added an new function to the base_facebook.php. This function is working fine, and was working relativly fast for the past few days. But now all of a sudden i ...
0
votes
1answer
227 views

Issue with SLComposeViewController ,when app permission is disabled

Am using SLComposeViewController for posting articles to facebook wall.When App permission is turned off for facebook in device settings, SLComposeViewController still Works by posting article to ...
1
vote
0answers
97 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
1answer
289 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 ...
0
votes
0answers
13 views

User access tokens are working with different application tokens

I have encountered a pretty weird issue that could lead to potential security concerns: I've declared one application per environment (development, test, production…), however user tokens work ...
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) ...
0
votes
1answer
157 views

Issue in getting access token from installed Facebook Android app

I am using Facebook SDK 3.0 for authentication. It works fine when facebook app is not installed on the device. If the facebook app is already installed on the device, I am unable to fetch the Access ...
1
vote
0answers
205 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
109 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
243 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 ...
0
votes
1answer
129 views

Facebook gives me two different acces tokens, PHP SDK

I am using Yii as framework but i think that wouldn't mather. At this point i use the PHP SDK to get the accounts information from an user, this works fine while my user logged in at first. But after ...
0
votes
0answers
153 views

Using Facebook PHP to build app with multiple pages

I'm new to php and facebook apps - I'm trying to teach myself how to build one. I seem to have everything working okay, the only problem I run into is my access token. My test app in Facebook has two ...
0
votes
0answers
66 views

Facebook access token from iOS6 phone settings

I am testing my app on iOS6 and have my FB authentication in the iOS6 Facebook Phone Settings. The FB access token I retrieve has the following info (from FB Access Token Debugger) Metadata ...
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& ...
0
votes
1answer
35 views

Facebook signed in user in rails how to access its information and get subscriptions

I'm usign omniauth to login user from facebook and I'm also using devise gem so in my devise.rb initializer file. I added config.omniauth :facebook, app_id, app_secret, {:scope => 'email, ...
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
300 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 ...
0
votes
1answer
83 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
0answers
248 views

Generate long lived “User” access token from access token generated from Graph API Explorer. Not the app access token

My objective is to fetch public data from user timeline like statuses, feeds, username, hometown etc. I am using desktop application in Java which sends HTTP request with access token to get the ...
0
votes
1answer
101 views

Request for fb token returns Error 400 in django only in production: “Invalid redirect_uri: The specified URL is not allowed…”

I am trying to get long lived an access token for fb api in python, django using this tutorial: http://developers.facebook.com/docs/howtos/login/server-side-login/ This is working locally for me on ...
1
vote
0answers
95 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 ...
0
votes
1answer
147 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 ...

1 2 3 4 5 8