Issue
I want to learn how to make a facebook app, but I am not sure it is possible to do what I want. I know it is possible in an app to post messages on the user's wall. I want to know if it is also possible to post a message in a facebook group the user is member of ?
And what do you recommend: javascript or php app?
Solution
Yes it is possible. See the documentation here:
https://developers.facebook.com/docs/graph-api/reference/v2.3/group/feed
Use whichever solution best meets your needs and is easiest for you to code. Both solutions can post to that edge.
Answered By - QuotidianVoid
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.