Tagged Questions
0
votes
0answers
24 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
21 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 ...
-2
votes
0answers
17 views
Autoposting to facebook fan page [closed]
Okay, so here's the deal: I wan't to post a link to my facebook fanpage from my php website. I've looked through millions of ways to do it, but it just doesn't add up.
I don't understand, why do I ...
0
votes
2answers
96 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 ...
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
41 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 ...
0
votes
1answer
91 views
Access token for a simple FQL retrieving the number of status for a page
I'm doing a really simple PHP app using the latest Facebook PHP SDK which aims to display the number of status a page of mine has.
To do so I created an app to have the app id and the app secret but ...
2
votes
1answer
214 views
“The request is invalid because the app secret is the same as the client token” error when trying to get an access token
I was using facebook php sdk without any problem to provide facebook login on my website.
Since a few days, I'm unable to log in anymore.
I follow the steps described on ...
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
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
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 ...
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 ...
1
vote
0answers
245 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
82 views
Facebook app using access tokens for multiple users behind the scenes
I am building a Facebook application whose purpose is to gather statistics about Facebook users by querying their profile pages every so often. There is a sign up process where a user consents to the ...
0
votes
1answer
236 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 ...
2
votes
1answer
370 views
How can I pass my Facebook access token that I got in JS SDK to my PHP script?
I have a functional facebook application that use the JS SDK. I can use the JS SDK to get my users facebook ID and access token, and it seem to work fine. However, my JS script need to call some ...
3
votes
0answers
553 views
FB.login returns Invalid OAuth access token
I've been developing an app for the past few weeks and up until now there have been no issues. Just a couple days ago a strange bug has started occurring:
My application uses the PHP SDK and ...
3
votes
3answers
911 views
The Access Token is Valid but We get OAuthException: An active access token error
We've been working on an application for about 2 months, and everything was going perfectly.
we were using PHP SDK and offline mode in permissions for login
But since some days ago after recent ...
0
votes
0answers
103 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 ...
-2
votes
2answers
373 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 ...
2
votes
2answers
715 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 ...
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
124 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, ...
2
votes
1answer
357 views
Dynamically fetch user Access token of Facebook Application
I have written an article Upload photos to Facebook Fan Page using PHP. The code works fine but has only one problem. The user access token of the Facebook application is hard coded. See following ...
0
votes
1answer
548 views
Long Lived Page Access token expired after a couple of hours using PHP SDK 3.2.0
Remove offline_access permission is enabled in my app advanced settings;
I first call the following function:
public function app_login( $url_redirect=null ) {
$facebook = new ...
7
votes
3answers
390 views
Cannot access application using the specified access_token
I am using Facebook long time tokens(2 months), but FB starts to be nondeterminic and gives me sometimes this return
{
"error": {
"message": "Cannot access application using the specified ...
1
vote
1answer
395 views
Passively get new access token after access token expires
I am working on a simple Facebook App that will allow me to post from my client's website to my client's Facebook Fan Page.
Right now I set the access token with $facebook->setAccessToken( ...
0
votes
1answer
590 views
Internet Explorer Uncaught OAuthException: An active access token must be used to query information about the current user
I have a page tab quiz application on my facebook page. It has 2 phps:
index.php: like-gate, permission requests and quiz questions (within a form), these works fine in all browsers.
processor.php: ...
0
votes
1answer
104 views
mutiple wall posting site script . have error with not display fanpage list
$queries = array(
array('method' => 'GET', 'relative_url' => '/'.$user),
array('method' => 'GET', 'relative_url' => '/'.$user.'/pages'),
array('method' => 'GET', ...
1
vote
1answer
726 views
Publish on page using page Access Token and fb_exchange_token
I'm trying to set up an app to publisher on page owned by the user.
1)I ask for permission with js with manage_pages,publish_stream scope
2) $fb->api('/'.$fb->getUser().'/accounts', 'GET', ...
0
votes
1answer
547 views
Facebook Registering Achievement access_token issue
Solution Edit:
Turns out you can't use the PHP SDK to return the correct App Token, nor can you hit the OpenGraph options in the App section of the Developer site, click "Get Code" and grab the app ...
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
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?
2
votes
0answers
834 views
Numerous exceptions thrown by base_facebook.php [closed]
I have a Facebook Application which works but every day I get an exception while testing. All exceptions are being thrown by base_facebook.php - is anyone else encountering these exceptions? Anyone ...
1
vote
1answer
497 views
Facebook access_token strange issues on website while requesting fb friends
i have an application written with symfony 2 (and using an fosfacebookbundle with custom userprovider from fosub). i use the js sdk and the php sdk from facebook in that applicatoin.
log in into my ...
9
votes
2answers
4k views
How to extract Facebook Access token Expiration Info
is there ay way to get the Expiration date of the access token, I need this so I can refresh my session, also I want this way so I can avoid to look up on facebook user data when being fetch via PHP ...
0
votes
2answers
762 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 ...



