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.

I developed an application as a tab page. I would like that users using the application can send requests to their friends, automatically accepting the request I like to put on the fan page. Is it possible?

share|improve this question

1 Answer

up vote 1 down vote accepted

You can have the current user send a request to their friends using the new Requests 2.0 dialogs. Here's the documentation for requests: https://developers.facebook.com/docs/requests/

You cannot get any "automatic" acceptance of the request, nor can you get any automatic liking of fan page. Both of those are left for each individual user to do on their own.

share|improve this answer
Thank you for your answer. – Andrea Amenta Mar 2 '12 at 20:39
Glad to help. See meta.stackoverflow.com/questions/5234/… thanks. – DMCS Mar 2 '12 at 21:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.