views:

415

answers:

1

Hi, I'm creating an iPhone App that uses facebook connect to enable the user to post messages to a specific fan page. I also want to allow my users to become a fan of the page through Facebook Connect but I can't find a way to do this.

So: is it possible to create a "become a fan"-button in an iPhone app using Facebook Connect? Which API call should I make?

If it's not possible in Facebook Connect directly, any suggestions for a workaround (for instance via some PHP code on my server)?

thanks, Thomas

+2  A: 

That's not possible yet (and maybe won't ever be possible). Is a protection for the user.

You can check if someone is fan of a page but not add it as a fan.

Henrik P. Hessel