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
Related Q & A:
- How to run Android Studio?Best solution by Stack Overflow
- How to import an external library in Android studio?Best solution by Stack Overflow
- How to add this library project to Android Studio?Best solution by Stack Overflow
- Why Gradle build is very slow for Android Studio?Best solution by Stack Overflow
- how to import cordova project to android studio?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.