Vote count: 0
I have created a web application using Facebook JS api, where user can post using my application. So i want to display my application name under facebook page post title name.enter image description here
Code:
FB.api('/' + page_id + '/feed',
'post',
{ method: 'share',message:TEXTING, caption: 'bitSoft', access_token: TOKEN}
,function(response) {
console.log(response);
if(response.id) {
console.log(response);
}
});
So please help how could i get this result.
asked 1 min ago
Add Application name to Facebook post
Aucun commentaire:
Enregistrer un commentaire