I'd like to allow user to "become a fan" of certain Facebook page in my iPhone app. How can I do that without leave my app, i.e.:
- user choose to "become a fan" of a predefined page
- Facebook login dialog shows up within app
- the app sends "become a fan" request via Facebook API
- the Facebook dialog closes and return to app
Some source code samples will be very helpful. Thanks~