Facebook post page feed as page admin -


        var message = 'test';         var picture = 'http://l.yimg.com/f/i/tw/ks/show/120604_mntl01.jpg';         var link = 'https://www.youtube.com/watch?v=bil8px1ds3c';         var name = 'great';         var description = 'des';           fb.api('/1437247769881131/feed', 'post', {message: message, picture: picture, name: name, description: description },function (response){         if (!response || response.error) {         alert('error occured');         } else {         alert('post id: ' + response.id);         }                 });  

i tried posting test message fan page wall , become visitor post(on left)

how post wall , if change admin fan page admin ,it pop dialog

[you're using facebook page]

[to continue, you'll need switch using facebook 談政宏 using facebook 談政宏.]

so change person admin , can post visitor post

how can post page admin ?

you need use page token post "as page". right using user token posted "as user". information access tokens:


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -