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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Actually
mikeonrailsgave a correct link – the Requests dialog is the way to invite friends to your app and send them other types of requests. It does require user interaction though (just as the video shows), for requests sent to users who don’t have the application installed.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: