Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Assign admin role for facebook page over FaceBookGraph API

I have facebook page and I am admin of that page. Now I want to assign admin role to some one from my friend list using Graph API.

In docs i found how i can list admins of one pege ussing accounts parametar, but i can't found how i can add some one to be page admin.

Thank you in advance.

like image 967
Vladimir Markovic Avatar asked Jan 24 '13 13:01

Vladimir Markovic


People also ask

Does Facebook allow API?

The Facebook API allows your app — and your app users — to access and manage content in their Facebook Group. With this API, you can let people publish content from your app to their Group.


1 Answers

Nope, Its not possible.

Just think about it. If its allowed, then wouldn't any fb app start taking over your pages?

Also, If you want to manage fb page, then you can easily do that via their API, it allows everything one can do if they were an actual admin of the page.

Example: Status Update, Wall Post, Photo Upload, Events Management (Create/Invite), Comment, Like, Insights, etc. What else you need?

like image 90
Syed I.R. Avatar answered Sep 28 '22 06:09

Syed I.R.