i created web application using facebook C# SDK 5.3.2. I can post messages to my wall. But i want to collect access tokens for my friends facebook accounts and store them to use later to post messages to their wall. Is it possible to get their access token with their facebook account info. I can get access token for myself with "App ID" and "App Secret. Do i need also add application for my firends facebook to get this crediantials. It is urgent for me please help!!
|
You don't need to store From Facebook documentation on
|
||||
|
|
|
the only way to get it done, is that your friends login into your application with their accounts and grant you the publish permission (if you want to publish when they are online) and the offline_access permission, to publish in any moment. You have to think in the big security issue that this situation potentially represents. Good luck. |
|||||||||||
|
offline_accessfrom your users unless you really need it, and this isn't a case! – Juicy Scripter Dec 21 '11 at 8:55publish_streampermission – Juicy Scripter Dec 21 '11 at 16:26