简体   繁体   中英

Facebook FQL query with Graph API Explorer

Testing tool for developers Graph Api Explorer, when I make the following FQL query:

select uid, about_me from user where uid = me ()

With access_token without User Data Permissions & Friends selected, I think you should get an error OAuth, needing permits or user_about_me friends_about_me about_me field to query the user table, but instead received the correct answer.

I have the same behavior from the Graph API bio selecting the field and even from an Android test app that I used to test.

What is the problem? Thanks

Well, when you first accessed and installed the Developers Site application, you were prompted with a permissions dialog. At that time you granted access to the basic information you are seeing.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM