I'm developing iOS facebook application . I want to use "Like FanPage" button in my application.
My first solution is using graphAPI but I have problem like this Question (The Graph API can "Like" some objects (posts, pictures, etc), but not top-level items like Pages and URLs)
My second solution is using UIWebView to display "Like Box" (from Ray's tutorial) and problem is that when I click "like" in UIWebView it redirect to login page everytime
Can someone tell me what is the best practice for this situation?

