Is it possible to post something on a facebook group using android?

Post something in Facebook public group using android studio

  • I have integrated Facebook sdk with android studio and i can post something on my profile. I want to post something on a public Facebook group. How can i do that?

  • Answer:

    To post on Facebook you app need permissions to do that. Write Permissions - Apps need separate publish permission to post content on the person's behalf. To request permission to publish you need add the following permission publish_actions. To ask for publish permissions in your app, you can use the LoginManager. LoginManager.getInstance().logInWithPublishPermissions( fragmentOrActivity, Arrays.asList("publish_actions")); Here is the documentation to make a https://developers.facebook.com/docs/sharing/android in Facebook. But if your app requests this permission Facebook will have to review how your app uses it. Update: About posting on open groups, https://developers.facebook.com/docs/graph-api/reference/v2.3/group says the following: You can't publish on this endpoint, however Facebook apps and games can create https://developers.facebook.com/docs/graph-api/reference/v2.3/app/groups#publish. You cant

Shadman Jahangir at Stack Overflow Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.