Possible Duplicate:
Like button in iOS application
I want to create a Facebook like button ,on clicking that button i want to implement ‘like’ Facebook page feature in my app in iPhone.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the latest method to get facebook like button is given below,
NSString *urlString=[NSString stringWithFormat:@”http://www.facebook.com/plugins/like.php?href=%@&send=false&layout=button_count&width=90&show_faces=false&action=like&colorscheme=light&font=arial&height=21″,self.href];
//store the page link that you need to like in href
Use this web view where you need to get like button !
reger developers.facebook.com if you need to know more
Regards
Deepak