Is there any way to post a Facebook application invite from Ruby on Rails, e.g. by deploying Koala?
Looks to be impossible at the glance. Any workarounds other than simply posting to a wall?
|
Is there any way to post a Facebook application invite from Ruby on Rails, e.g. by deploying Koala? Looks to be impossible at the glance. Any workarounds other than simply posting to a wall? |
|||||||||||||||
|
|
Actually And now for the details. There are 2 types of requests that you can send:
The code for user-generated requests is like this (using the Javascript SDK):
For the app-generated requests you can use Koala like this:
So, the conclusion is that you cannot invite a user's friends to your application without his approval, but you can make it really simple for him to do it (2 clicks). If you'd like to read more:
|
|||
|
|
|
You can use Facebook Chat API to send private messages, here is an example in Ruby using xmpp4r_facebook gem:
|
|||
|
|