Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using the FB registration plugin to register users (Since I want a unique mysite_username for each user) But this does not allow me to access permissions to post on the users timeline like the FB login button.
I would like to know some standard technique to "Connect" my users with their facebook timeline so that they can choose to post the achievements they obtain on my website onto their facebook timeline!

Something like the FBML Promt permissions but Its getting deprecated so I'm NOT really sure about using that. But smething like that would definitely help!!

Glad to accept the most suitable answer! Adit

share|improve this question

1 Answer

up vote 0 down vote accepted

Just use FB.login from the JavaScript SDK, and specify the permissions you want in the scope parameter.

share|improve this answer
Hey I may be a bit late but I used your advice and used the Javascript SDK . The registration plugin did not allow any modifications at all! – Adit Gupta Dec 23 '12 at 14:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.