Quantcast
Channel: Active questions tagged news-feed+facebook-graph-api - Stack Overflow
Viewing all articles
Browse latest Browse all 60

How can I share something on my Facebook group?

$
0
0

How can I post something on my Facebook group and where can I find the group id?

$("#group").click(function() {
  FB.api("/{group-id}/feed", "POST", {
    "message": "This is a test message"
  }, function(response) {
    if (response && !response.error) {
      console.log('User shared the message')
    } else {
      console.log('User did not shared the message')
    }
  });
));

Viewing all articles
Browse latest Browse all 60

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>