Pimping the fb authorization

iwodaveh

Senior Member
Jul 15, 2009
222
0
0
Florida
Hey guys,
I need to use the fb authorization on my site. what i want is as follows:

1. User needs to log in to my site with his fb login
2. once logged in, he get access to another form, where he can type in stuff like educational qualification, name of school (in text boxes) and comments (in a textarea)
3. when he clicks on submit, his fb details (like user pic, name, gender, DOB etc) get added, along with what he typed in the 2 textboxes and textareas get added in....
 


I guess you will have to google search how to find out the php sessions for fb authorization
 
Doesn't work quite like that. You would provide a facebook login button they click it and authorize you to get info you defined in the stream. Use the php and javascript sdk to accomplish this and capture the info you have requested.

I would save captured info and show user step 2. Then update saved data from login to include step 2 data.
 
To get all that info you'll have to use the javascript api and get them to authorize your app