Tagged Questions
0
votes
0answers
13 views
Facebook / How to identify the user to log in without following the whole Oauth workflow
Let's assume a website allowing its users to be logged through Facebook (with OAuth2 so) using the server-side solution (not the javascript SDK).
Of course, redoing the process of authorization each ...
0
votes
1answer
58 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
0answers
20 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
62 views
Facebook iOS SDK extendAccessToken not Working - fbDidExtendToken not being called
Once the User's Facebook Access Token is Invalidated for any reason (either deleting the app from the Facebook website or deleting the app's access from the Facebook settings), I Can't manage to Get a ...
0
votes
0answers
12 views
How does one get the app access token for debug_token inspection on Facebook?
It is suggested that whether your app uses code or token as your response_type you should perform an automated check on the access_token to confirm that the token belongs to the person the app expects ...
0
votes
1answer
23 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
0answers
33 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 ...
1
vote
0answers
46 views
Facebook Login using Javascript SDK does not give extended access token
So, Facebook's documentation regarding access tokens says:
Apps using the Facebook SDKs for Javascript, Android and iOS, desktop apps or apps using the server-side login flow automatically ...
0
votes
0answers
54 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 ...
3
votes
1answer
33 views
Facebook iOS SDK posting as a Page
In my iOS app, I want to post on a Facebook Page as the Facebook Page.
I retrieve the page access tokens through the 'me/accounts' endpoint through the user. However, I am not sure how to create an ...
-1
votes
1answer
25 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:
...
0
votes
0answers
22 views
Fb_appid_access_token not set when redirect_uri present
When redirect_uri is provided in getLoginUrl for facebook login integration, the fb_appid_access_token session is not visible. For some reason the fb_appid_access_token session is not set or may be ...
0
votes
0answers
31 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
0answers
21 views
Authentication Token for Facebook Windows Phone
I'm developing a windows phone application that requires Facebook log-in. I can actually log-in successfully using my personal and developer account. The sandbox mode of the application is set to ...
0
votes
2answers
49 views
Why i am lose my Access Token in android?
I am working on Facebook application in android.I am Running my application one r two times My access token works well after third time i loss my access token.Why,I am lose access token?What can I do ...
1
vote
1answer
35 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
...
2
votes
2answers
323 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
1answer
53 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
0answers
37 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
77 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
127 views
How do I get the feed of a public Facebook page in an iOS app without prompting the user for Facebook permissions?
I'm trying to get the feed of a public Facebook page using the Graph API and I can't figure out how to do so without prompting the user for permissions.
The following code works, but prompts the user ...
0
votes
0answers
71 views
Facebook: get access token from server side, for users that granted permissions from ios
I have an ios and node js app in which users grant permissions using only client side, and i'm trying not to send the access token to the server for security reasons - someone could intercept that ...
0
votes
0answers
31 views
Why does posting my Facebook app link generate an OAuth exception?
I have developed a Facebook application and in order to promote it, I post it's link on different Facebook pages. It was all working fine, then yesterday when I posted the link of the app on a page, ...
0
votes
0answers
45 views
Access token should be sent to web server app or not?
I have a mobile app (Android and iOS) and an app server. All of them will make Facebook requests. Reading the documentation, I became confused with this paragraph from here:
We recommend that App ...
0
votes
1answer
28 views
Unable to retrieve events created by a page
I have tried with EVERYTHING, graph, FQL, access_token with all permissions granted, multi-queries... now I'm really tired! Someone can tell me HOW to retrieve all the events created by a page like ...
0
votes
0answers
67 views
Android Facebook SDK 3.0 refresh token issue
I have native Facebook application installed on the device, In my test 'First Android Application' sample I am verifying if my token is getting extended. On Nexus 4.2/4.2.2/LG AT&T device I notice ...
0
votes
0answers
152 views
facebook access token expired
Based on facebook instructions https://developers.facebook.com/roadmap/offline-access-removal/ (Scenario 4) i am using the following URL
...
0
votes
0answers
43 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
55 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
66 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
146 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
58 views
android error with facebook login on market
When i test this app on my device with eclipse is all ok;but when i publish this app on google play store the facebook login failed!!
why?
help me please!!
it is a simply app ("coffee break" on ...
0
votes
1answer
106 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
164 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
179 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
53 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
62 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
72 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
93 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
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
532 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 ...
-2
votes
1answer
70 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&
...
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
235 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
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
246 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
130 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
154 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 ...



