I want my android application to automatically post a preset message when the user click on a button. The preset message will be set by the user, so I am guessing that is not a violation of Facebook policies. How do I do this?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
||||
|
|
|
You have to create Application on Facebook And get authenticate from user, then you can get a access_token to post some message through Graph API I think your application have to request extended permissions : publish_stream, offline_access There is Facebook-Android-SDK source code on github, you can refer it. |
|||||
|
|
|
|||
|
|