I can figure out how to ban users from most pages' discussion boards using the Graph API, but I can't find any way to do this for application pages. Is it possible?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You can use old api calls with new Graph API You have to use this API Call: http://developers.facebook.com/docs/reference/rest/admin.banUsers/ And here is how you can use it: http://developers.facebook.com/docs/reference/rest/ |
|||
|