0
votes
1answer
4k views

An access token is required to request this resource FQL issue

I have a command line application which executes a query. Here is the code. Problem is that it receives an access token of the form "abc...|xyz...". There is no session portion. But the token ...
7
votes
3answers
2k views

How to post to Facebook's Page from PHP

All I have: Facebook Application with AppID, AppSecret, ApiKey Facebook Page with PageID Own Facebook account I'm admin and creator of application and page above. So, I need to post to Facebook's ...
0
votes
0answers
29 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
5answers
3k views

how to post to facebook page wall from .NET

I've created Facebook page. I have no application secret and no access token. I want to post to this page from my .NET desktop application. How can I do it? Can anyone help please, where can I get ...
0
votes
2answers
34 views

Access public pictures without an access token?

I created a php module for Drupal that pulls a public album and display pictures inside it. I discovered that the module suddenly stopped working. I googled and looks like even a public album requires ...
2
votes
2answers
269 views
0
votes
1answer
27 views

Facebook App: How to Remove (or) make expired the previous used Access Tokens?

I accidentally gave/passed the Access Token (The one i generated from Graph API Explorer) to my friend. Because while i was doing App Development for my Demo-App, i accidentally passed the testing ...
0
votes
1answer
7k views

Graph API - Access Token (Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current user.)

I'm using Facebook PHP SDK and trying to post image to the user's wall. However I get error below: "Fatal error: Uncaught OAuthException: An active access token must be used to query information ...
10
votes
2answers
10k views

Facebook Access Token for Pages

I have a Facebook Page that I want to get some things from it. First thing are feeds and from what I read they are public (no need for access_token). But I want to also get the events... and they ...
17
votes
3answers
231 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
53 views

Facebook PHP SDK - OAuthException - Active token is valid in http request but in code not

I am getting this error when i open my app canvas. I already found out in which line the error comes up. User is logged in <-(echo by php) Short Token is: XXXTOKENXXX <-(echo by php) Fatal ...
2
votes
2answers
6k views

Retrieving facebook user wall posts through graph API

I'm currently working on a facebook app which captures wall posts for a specified user, page or group, after a user has authorized the app I quote the access_token that is returned to call the method ...
0
votes
1answer
28 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
37 views

Access token from my app doesn't work when i try to use it in a fql

I am using fql(mentioned below) to retrieve friends checkins,when i try my query on graph explorer it works fine and gives the required results so this means that there is no problem with the my query ...
1
vote
0answers
97 views

Obtain an App Access Token with Android FacebookSDK v3

This is my first topic, I hope you can help me (please be nice with my English because my first language is french) thx :) ) I have a problem, I'm trying to get an app Access Token with the Facebook ...

1 2 3 4 5 11
15 30 50 per page