0
votes
1answer
4 views

Facebook access for a server app

I work on a project that has facebook as one of its data sources. It imports some data from it periodically with no GUI involved. Then we use the web app to show the data we already have. Some of the ...
0
votes
0answers
12 views

How to get signed request from facebook by node js

I am using https request in node js and try to get the code about signed request through https://www.facebook.com/dialog/oauth and I hope my code is correct. But the parameter res is always none. var ...
1
vote
0answers
14 views

Unable to obtain long-lived token

I have reported a bug about this (https://developers.facebook.com/bugs/163942813778219). I have implemented the server-side login flow which is supposed to result a long-lived user acess_token. I ...
0
votes
3answers
61 views

how to get facebook access token from return url

After authencating through my FB application I am getting access token in redirect url as below - ...
1
vote
0answers
87 views

Facebook4j with OAUTH Access Token

Is any one help me to provide a example for OAuth access token for the facebook by getting the user credentials and and allows the fields similar to linkedin API. I tried to use like Configuration ...
-1
votes
1answer
41 views

Facebook ads api workflow

My app got white-listed for using the Ads API. I was wondering in regarding to the authentication flow. Say, that I need to retrieve and execute actions via the API on daily tasks ( with no user ...
0
votes
0answers
25 views

Error on access_token

I got a problem when retrieving the access_token in the OAuth flow, I use the same method since 8 months but now facebook return to me, in some cases, a token that doesn't belong to anyone, when I use ...
0
votes
1answer
34 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
2answers
24 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 ...
-4
votes
1answer
39 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
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 ...
-1
votes
0answers
26 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( ...
0
votes
2answers
57 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
61 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 ...
0
votes
0answers
90 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
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 ...
-1
votes
1answer
33 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: ...
1
vote
0answers
64 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
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
0answers
42 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
2answers
67 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 ...
2
votes
2answers
453 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 ...
0
votes
0answers
48 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
111 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
28 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
150 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 ...
1
vote
4answers
380 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
178 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 ...
2
votes
1answer
268 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
52 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
58 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
0answers
332 views

how to obtain facebook access token from mobile link

I got this weird link to obtain a facebook access token lokking like this: ...
0
votes
0answers
224 views

Facebook javascript sdk An active access token must be used to query information about the current user

In my code I have FB.api('/me/friends', function(response) { if(response.data) { //TODO : what to do if no. of friends is more than 5000 (pagination by fb) ...
0
votes
1answer
78 views

*Malformed access token - but it's the token i get (PHP)

i have this problem with my FB-App i have 2 files.. 1) the mainApp.php .. and .. 2) the asyncApp.php .. (which processes data, delivers content & shit..) and now.. when a user logs in, ...
0
votes
1answer
47 views

renaming tab using the php sdk

im trying to rename a tab using the php sdk but im getting this error Fatal error: Uncaught OAuthException: (#100) Tab '591882604157641' does not exist on profile 216407665045740 thrown in ...
-2
votes
1answer
67 views

Access picture [url, message] through facebook->api [closed]

i am doing my first facebook app with PHP, and i need your help, i dont know if I can access here through the facebook->api: App Server-->Object-User(with ...
8
votes
1answer
171 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
206 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
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
0answers
48 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
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 ...
16
votes
3answers
263 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
0answers
36 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 ...
0
votes
0answers
118 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
108 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
309 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 ...
-1
votes
1answer
237 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
99 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
628 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
88 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 ...

1 2 3 4