简体   繁体   中英

Facebook graph api public information

using facebook graph api I can retrieve public information , for example, using

https://graph.facebook.com/search?q=watermelon&type=post&access_token=xxxxx

I can pull public posts. I would like to restrict the public posts output - which contains status messages, links and photos . The only type of post I actually need is status messages. Is there any way to restrict the searching?

Any suggestion would be helpful,

Thanks in advance !

Find out if the information you seek is avaible via FQL instead. If it is, specify only the fields that you want back.

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