bnoguchi / everyauth

node.js auth package (password, facebook, & more) for Connect and Express apps
http://everyauth.com/
3.49k stars 447 forks source link

Will Everyauth integrate with Facebook Registration form? #44

Open felixchan opened 13 years ago

felixchan commented 13 years ago

https://developers.facebook.com/docs/plugins/registration/advanced/

Live example: http://www.friend.ly/signup

tauren commented 13 years ago

That's awesome! I'd love to see everyauth support it!

Nemok commented 13 years ago

That would be great!!!

bnoguchi commented 13 years ago

I'll add this to the list of potential future features.

3den commented 13 years ago

The everyauth is not working with facebook in locahost, I'm always geting an error:

Error: Step getSession of facebook is promising: session ; however, the step returns nothing. Fix the step by returning the expected values OR by returning a Promise that promises said values.

And the browser error is:

No data received Unable to load the webpage because the server sent no data. Here are some suggestions: Reload this webpage later. Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.

I dont know it this is a bug or if it is something i did something wrong but the exemple/server.js did not worked neither..

bnoguchi commented 13 years ago

Please see the README about using local.host, not localhost. --Brian

Sent from my iPad

On Aug 21, 2011, at 6:54 AM, 3denreply@reply.github.com wrote:

The everyauth is not working with facebook in locahost, I'm always geting an error:

Error: Step getSession of facebook is promising: session ; however, the step returns nothing. Fix the step by returning the expected values OR by returning a Promise that promises said values.

And the browser error is:

No data received Unable to load the webpage because the server sent no data. Here are some suggestions: Reload this webpage later. Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.

I dont know it this is a bug or if it is something i did something wrong but the exemple/server.js did not worked neither..

Reply to this email directly or view it on GitHub: https://github.com/bnoguchi/everyauth/issues/44#issuecomment-1863221

osher commented 12 years ago

I'd like to help in that, but I'll need initial direction :)