Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Group feed lacks polls

I'm fetching a group's feed https://graph.facebook.com/my_group/feed, but it completely ommits polls and links posted in group. Is there a way to get polls along with other posts?

like image 384
phil pirozhkov Avatar asked Feb 21 '12 18:02

phil pirozhkov


1 Answers

They just announced this is available on their blog.To get them, issue an HTTP GET request to the USER_ID/questions endpoint with the user_questions or friends_questions permissions.

It is not available yet. See here

they also just announced that you can create questions now via the API.

like image 102
Somnath Muluk Avatar answered Oct 17 '22 22:10

Somnath Muluk