I’m building an iOS app and using UIStoryBoard.I have integrated Facebook SDK into my app.
I want to implement native app login means when user click on Facebook button in my app then it
logged in through Facebook app install in the device otherwise through web view Facebook dialog.
I implemented same code as in Scrumptious sample in Facebook SDK but it is not working,same is happening on click on Facebook button web view popup dialog is open.
Is there need to make changes in app itself in Facebook developer account.
I’m rechecked the code 5-6 times everything is correct,someone help me,is any other project or tutorial help me to meet my requirements.
Add code in Appdelegate.m file
put this is viewcontrol.m file and call FacebookLogin method in Button Click event