PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, January 9, 2022

[FIXED] Can an app post in a facebook group

 January 09, 2022     facebook, facebook-graph-api, facebook-javascript-sdk, facebook-php-sdk     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing