javascript - how to post to page wall as admin user not as page -


i know how post page wall/comment/like graph api.as post sample use in way -

 fb.login(function(response) {    if (response.status=='connected') {      if (response.authresponse.accesstoken)       {         var token = response.authresponse.accesstoken;          fb.api('/'+page_id+'/feed?access_token='+token+'&message='+message, 'post', function(response) { ......rest of codes..... 

but because admin user of page, posting page not admin user me.also same way when comment,like page post same behaviour. searched posts have not answered answer yet.i found fb bug reported here -

https://developers.facebook.com/bugs/334877786593553/ 

but fb response bug not solution!.so alternative other facebook dialog(fb.ui) , research on appreciated.


Comments

Popular posts from this blog

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -