In any facebook api (connect, graph, rest, etc) is there a way to prompt the user to become a fan of a page (now known as liking a page).
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.
|
|
Take note of the: http%3A%2F%2Fwww.yoursiteurlencodedhere.com section. |
|||
|
|
|
Here's the details for adding a Facebook like button. http://developers.facebook.com/docs/reference/plugins/like/ You can use the iframe method:
Or you can use the xfbml method:
Personally I think the xfbml method is cleaner. Unfortunately this doesn't actively prompt the user, it merely adds the button to your page. There is no way in their api to prompt someone. |
|||
|
|