Accessing information from Facebook using fql

Gregg_1987

I am trying to use the Facebook SDK and fql to get the location information from a user's last status update or check in.

I have acquired an access token which passes the tests on their Access Token Debugger and states that the access token has the following scope:

create_note email photo_upload publish_actions publish_stream read_stream share_item status_update user_friends user_status video_upload

However when I use the Graph API Explorer to debug the fql statement SELECT coords FROM location_post WHERE author_uid = <USER_ID> it returns the error:

{
     "error": {
     "message": "An access token is required to request this resource.", 
     "type": "OAuthException", 
     "code": 104
    }
}

Please help me figure out why this is happening.

Gregg_1987

The problem was that the browser was in "private mode" which means the Facebook SDK could not get access to the $_SESSION. It worked once the browser was back to normal.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Accessing information from Omniauth facebook

From Dev

extract url from facebook FQL

From Dev

Using Graph API instead of FQL for Facebook

From Dev

Need assist from facebook-fql experts

From Dev

How to get the privacy values with FQL query from stream table entries using a Facebook application?

From Dev

How to get the privacy values with FQL query from stream table entries using a Facebook application?

From Dev

Getting information about the user from Facebook using django_facebook

From Dev

Getting information about the user from Facebook using django_facebook

From Dev

How To Retrive Facebook Profile Picture Comments using Graph API or FQL

From Dev

List Facebook Page events on website for a Venue using FQL or Graph API

From Dev

Facebook API: do a FQL query using Open Graph API

From Dev

Connect my webapp to the facebook api and write fql query using jquery

From Dev

Facebook Inbox with Fql

From Dev

Facebook Inbox with Fql

From Dev

Mine information from facebook?

From Dev

Using Koala Facebook API to get information from app pages

From Dev

Is Facebook shutting down its FQL?

From Dev

Facebook comment FQL and comment box

From Dev

FQL facebook people lives here

From Dev

Is Facebook shutting down its FQL?

From Dev

Get information from Facebook with Android

From Dev

Fetch Information from Facebook Login

From Dev

FQL fetch all shared links from the day i created facebook account

From Dev

Accessing User Rating Information from Steam

From Dev

Accessing mass information from a belongs_to association

From Dev

Accessing Facebook Marketing API from Java

From Dev

Accessing parent window from facebook iframe

From Dev

Accessing Facebook Marketing API from Java

From Dev

how to pull user information from facebook sdk into my site's database using php

Related Related

  1. 1

    Accessing information from Omniauth facebook

  2. 2

    extract url from facebook FQL

  3. 3

    Using Graph API instead of FQL for Facebook

  4. 4

    Need assist from facebook-fql experts

  5. 5

    How to get the privacy values with FQL query from stream table entries using a Facebook application?

  6. 6

    How to get the privacy values with FQL query from stream table entries using a Facebook application?

  7. 7

    Getting information about the user from Facebook using django_facebook

  8. 8

    Getting information about the user from Facebook using django_facebook

  9. 9

    How To Retrive Facebook Profile Picture Comments using Graph API or FQL

  10. 10

    List Facebook Page events on website for a Venue using FQL or Graph API

  11. 11

    Facebook API: do a FQL query using Open Graph API

  12. 12

    Connect my webapp to the facebook api and write fql query using jquery

  13. 13

    Facebook Inbox with Fql

  14. 14

    Facebook Inbox with Fql

  15. 15

    Mine information from facebook?

  16. 16

    Using Koala Facebook API to get information from app pages

  17. 17

    Is Facebook shutting down its FQL?

  18. 18

    Facebook comment FQL and comment box

  19. 19

    FQL facebook people lives here

  20. 20

    Is Facebook shutting down its FQL?

  21. 21

    Get information from Facebook with Android

  22. 22

    Fetch Information from Facebook Login

  23. 23

    FQL fetch all shared links from the day i created facebook account

  24. 24

    Accessing User Rating Information from Steam

  25. 25

    Accessing mass information from a belongs_to association

  26. 26

    Accessing Facebook Marketing API from Java

  27. 27

    Accessing parent window from facebook iframe

  28. 28

    Accessing Facebook Marketing API from Java

  29. 29

    how to pull user information from facebook sdk into my site's database using php

HotTag

Archive