I want to create Facebook group using Graph API.
Actually what i want to do: I am having a course module, so when admin add a new course i want to create a group in Facebook with course name.
Can you please help how to create Facebook group using Graph API?
Sorry, but it seems like it is not possible to create "Group" or "Event" via Facebook API. Probably closest option for you is to create a new page or post.
Related
hi all i want to get facebook groups using graph facebook api but i want to filter only open share public groups (means posts don't need admin approval) i looked at https://developers.facebook.com/docs/groups-api/ and tried to read the whole docs but found nothing.
i don't need a specific langiage i just need to know if there is an endpoint which can do this in facebook graph api or any other solution
graph facebook endpoint to get this kind of groups
Is there a way to get the join date in facebook API?
Im looking on the API docs but I can't find anything.
reason: we don't want a user to register using new created account in our site to avoid multiple dummy accounts? Is there anyway to do this?
Thanks!
Unfortunately there is no such field in the Graph API. Have a look at
https://developers.facebook.com/docs/graph-api/reference/v2.1/user/
Ive looked through the API and dont see it, but I thought Id ask anyway. Can I add users to a group through the API?
It is not possible to add users to a group via the API.
okay...
I am implementing facebook in iphone..
In that i want to open a specific profile in the facebook..
do anyone know how can i do it using graph api??
It's simple trick to get the profile of a specific person. Instead of passing me/feed pass the specific person ID as eg. 1234567/feed you will get his profile details
Our client is wanting to have their application actually create new pages on behalf of a user. I've found a couple of workarounds for posting items to pages that already exist, but nothing for creating new pages (although the documentation on Facebook pages is pretty sparse). Any suggestions?
your APP need Standard Access permission from Facebook. Once you have this permission you can performance this action using /{user_id}/accounts, to create a new page under this user. This is my way to create new pages, and It works.
Yes, but you will need to first get Standard access to the Facebook Marketing API.