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).
|
feedback
|
Take note of the: http%3A%2F%2Fwww.yoursiteurlencodedhere.com section. | |||
|
feedback
|
|
It is not possible through the Facebook APIs. Above iframe solution might work. | |||
|
feedback
|
|
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. | |||
|
feedback
|