I am hoping to use Facebook to log into my application. The user is given 2 options, either he/she could log in using FB or else by registering with the system and login in to the application.
I browsed through the FB Graph API, and downloaded there sample application. It showed how to post a note to my wall. SO when i click on the Facebook button, i sign-in and then the page gets re-directed to the post-to wall view.
What i want to do is, to only Login to Facebook (Not Post to Wall). Is this possible ? Is there any tutorial or sample code which would help me do this ?