Answer the question
In order to leave comments, you need to log in
How to post to facebook group via javascript api?
Good afternoon,
There is a need to place regular text posts in a facebook group owned by the owner of the application. Naturally, after prior authorization by any user on the site working with this application.
FB.api('/me/feed', 'post', {
message : 'my first status . . . '
}, function(response) {
console.log('post');
if(status) {
console.log('post.status');
status.innerHTML = response.id;
// login.style.visibility = 'hidden';
}
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question