Is it possible to start an FB session in an iPhone app without using the FBLoginButton? I would like to let the user login when they click on a table row.
Thanks.
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.
yes, it is possible. It is the way I do:
I have a class called FacebookHelper:
First, you init an instance of Facebook Helper then call loginByShowingDialog, then everything just works by handling delegate