Is there any method available in JS SDK to do so? I would like to make the users 'like' my app. automatically, so i can send PMs later
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.
|
|
It is not possible and I doubt it ever will be able, forcing a user to do anything like this is highly frowned upon and is probably in breach of Facebook policy. You can however use the API to like certain objects such as posts, photos and videos. |
|||
|
|
|
As far as I know it is not possible (and should not be possible) as this would be doing something without the knowledge of the user. |
|||||
|
|
You can send "messages" to all or some users with server-side requests like those http://developers.facebook.com/docs/reference/dialogs/requests/ |
|||
|
|