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 want my user to fill a form and then propose him to log in by facebook-connect when validating. So I need to send with the facebook's getLoginUrl() method (or by other means) the json formated data that the user filled. I don't want it to pass int the url because of url encoding. How can I do that ?

share|improve this question
2  
Such data should not be send over the internet again in the first place. Once you receive the form contents, store them into the session – and then, after the user comes back from Facebook login, process that data from your session. – CBroe Jan 26 at 13:59
indeed I know about session :), I was searching for a more 'faceboook-oriented' solution, but anyway thanks – Newben Jan 26 at 14:03

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.