Question

I'm writing an iPhone application. I've seen widgets you can place on your website that users can click on to become a fan of your page. However, looking through the API or documentation, I can't find a way that you can facilitate "becoming a fan" through an application. I've spent about a day and a half pouring through the Facebook API docs and the cloud.

Has anyone else had success with this?

For example, say I was writing an app that listed cars, and I wanted to become a fan of the Delorean from within my app -- is there a way to do this?

If there is no solution, the alternative way I can think of is using a webview and linking to a page with a fan widget.

Was it helpful?

Solution

Fan'ing via the API is currently not possible.

Most probably, the reason for this is it would be to hard to avoid developers tricking users into become fans.

The only way is the Fan Box plugin. It's possible to remove all elements via CSS to leave just the button.

Most Apps either use the button or simply link to the page.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top