Facebook access_token invalid?

Posted by Alex Cook on Stack Overflow See other posts from Stack Overflow or by Alex Cook
Published on 2010-04-24T18:59:59Z Indexed on 2010/04/24 19:03 UTC
Read the original article Hit count: 468

Filed under:
|

I'm attempting to use the new Graph API Facebook recently released, but I can't seem to get it to work correctly.

I've gone through the steps, and after the /authorize call, I receive an access_token:

access_token=109002049121898|nhKwSTJVPbUZ5JYyIH3opCBQMf8.

When I attempt to use that token I get:

{ "error": { "type": "QueryParseException", "message": "An active access token must be used to query information about the current user." } }

I'm stumped as too why...

-AC

© Stack Overflow or respective owner

Related posts about facebook-api

Related posts about oauth