php - Facebook manage_groups permission -


is there update on ability manage facebook groups through opengraph api. trying delete members group using api need manage_groups permission.

whenever try add api error stating doesn't recognize it.

has had success getting work?

try using permission "user_groups" , in automatically grant manage_groups permission

user_groups permission retrieve groups session user member of. user_managed_groups permission can used read group content group in user admin. permission allows app post user in group if app granted publish_actions permission.

https://developers.facebook.com/docs/graph-api/reference/v2.3/group

the bad new faceboook request submit review , doesnt allow permission platform. made web app php , when sent review refuse permission following answer:

the user_groups permission granted apps building facebook-branded client on platforms facebook not available. example, android , ios apps not approved permission. in addition, web, desktop, in-car , tv apps not granted permission.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -