Description: SecureSocial allows you to add an authentication UI to your app that works with services based on OAuth1, OAuth2, OpenID and OpenID+OAuth hybrid protocols. The following services are supported:
On Fri, Nov 11, 2011 at 11:14 PM, Olivier Refalo <oref...@yahoo.com> wrote: > good job, > I had the same idea but using the excellent SocialAuth > library http://code.google.com/p/socialauth/ > Obviously, using the native Play API makes this a better candidate. > Great job!
> -- > You received this message because you are subscribed to the Google Groups > "play-framework" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/play-framework/-/a2fi3ibmOUYJ. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to > play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/play-framework?hl=en.
fb,gmal was already logged in other tabs, twitter was not open.
fb : worked fine thru test url you provided, directly went to authorization page of fb and then logout screen of your app. twitter : worked fine too, as I was not logged in , prompted for twitter credentials, then logout screen of your app, fine ! gmail : was already open in other tab, prompt for "allowing" appeared, allowed , but no success with error message .
"There was an error while trying to log you in. Please try again." , tried several times ! logged out gmail too , then tried again no success !
On Sat, Nov 12, 2011 at 9:09 AM, Rakesh Waghela <javain...@gmail.com> wrote: > Tested fb , twitter and google accounts !
> fb,gmal was already logged in other tabs, twitter was not open.
> fb : worked fine thru test url you provided, directly went to authorization > page of fb and then logout screen of your app. > twitter : worked fine too, as I was not logged in , prompted for twitter > credentials, then logout screen of your app, fine ! > gmail : was already open in other tab, prompt for "allowing" appeared, > allowed , but no success with error message .
> "There was an error while trying to log you in. Please try again." , tried > several times ! logged out gmail too , then tried again no success !
> -- > You received this message because you are subscribed to the Google Groups > "play-framework" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/play-framework/-/y3BHI8lt60oJ. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to > play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/play-framework?hl=en.
I checked the logs and found a NullPointerException that was being raised on the Google implementation. I think this was caused because your account must not have an avatar set. I am checking that in my code now. Can you confirm it's working for you now?
On Sat, Nov 12, 2011 at 5:09 AM, Rakesh Waghela <javain...@gmail.com> wrote: > Tested fb , twitter and google accounts !
> fb,gmal was already logged in other tabs, twitter was not open.
> fb : worked fine thru test url you provided, directly went to authorization > page of fb and then logout screen of your app. > twitter : worked fine too, as I was not logged in , prompted for twitter > credentials, then logout screen of your app, fine ! > gmail : was already open in other tab, prompt for "allowing" appeared, > allowed , but no success with error message .
> "There was an error while trying to log you in. Please try again." , tried > several times ! logged out gmail too , then tried again no success !
> -- > You received this message because you are subscribed to the Google Groups > "play-framework" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/play-framework/-/y3BHI8lt60oJ. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to > play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/play-framework?hl=en.
On Sat, Nov 12, 2011 at 10:07 AM, Dominik Dorn <dominik.d...@gmail.com> wrote: > First: THIS IS AMAZING!
> Its a little buggy sometimes, the first time I connected to Facebook / Yahoo > I allowed the app, but it also responded with the error Rakesh noted.
> How have you configured Facebook to not allow the user to use a proxy > email address instead of his real one?
> Well done!
> Dominik > On Sat, Nov 12, 2011 at 9:09 AM, Rakesh Waghela <javain...@gmail.com> wrote: >> Tested fb , twitter and google accounts !
>> fb,gmal was already logged in other tabs, twitter was not open.
>> fb : worked fine thru test url you provided, directly went to authorization >> page of fb and then logout screen of your app. >> twitter : worked fine too, as I was not logged in , prompted for twitter >> credentials, then logout screen of your app, fine ! >> gmail : was already open in other tab, prompt for "allowing" appeared, >> allowed , but no success with error message .
>> "There was an error while trying to log you in. Please try again." , tried >> several times ! logged out gmail too , then tried again no success !
>> -- >> You received this message because you are subscribed to the Google Groups >> "play-framework" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/play-framework/-/y3BHI8lt60oJ. >> To post to this group, send email to play-framework@googlegroups.com. >> To unsubscribe from this group, send email to >> play-framework+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/play-framework?hl=en.
> -- > You received this message because you are subscribed to the Google Groups "play-framework" group. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
> Not sure I understand your question about the email on Facebook. Can > you expand a bit more?
Nevermind, my app on facebook was quite old and had a different setting enabled which allowed users to define if they want to provide their real email or a proxy email address... that's not available anymore in the new dialog.
Do you have plans to provide a way to ask the user to extend the permissions they gave us? For Facebook its simply calling the oauth callback with a modified scope=... param again.
> On Sat, Nov 12, 2011 at 10:07 AM, Dominik Dorn <dominik.d...@gmail.com> wrote: >> First: THIS IS AMAZING!
>> Its a little buggy sometimes, the first time I connected to Facebook / Yahoo >> I allowed the app, but it also responded with the error Rakesh noted.
>> How have you configured Facebook to not allow the user to use a proxy >> email address instead of his real one?
>> Well done!
>> Dominik >> On Sat, Nov 12, 2011 at 9:09 AM, Rakesh Waghela <javain...@gmail.com> wrote: >>> Tested fb , twitter and google accounts !
>>> fb,gmal was already logged in other tabs, twitter was not open.
>>> fb : worked fine thru test url you provided, directly went to authorization >>> page of fb and then logout screen of your app. >>> twitter : worked fine too, as I was not logged in , prompted for twitter >>> credentials, then logout screen of your app, fine ! >>> gmail : was already open in other tab, prompt for "allowing" appeared, >>> allowed , but no success with error message .
>>> "There was an error while trying to log you in. Please try again." , tried >>> several times ! logged out gmail too , then tried again no success !
>>> -- >>> You received this message because you are subscribed to the Google Groups >>> "play-framework" group. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msg/play-framework/-/y3BHI8lt60oJ. >>> To post to this group, send email to play-framework@googlegroups.com. >>> To unsubscribe from this group, send email to >>> play-framework+unsubscribe@googlegroups.com. >>> For more options, visit this group at >>> http://groups.google.com/group/play-framework?hl=en.
>> -- >> You received this message because you are subscribed to the Google Groups "play-framework" group. >> To post to this group, send email to play-framework@googlegroups.com. >> To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. >> For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
> -- > You received this message because you are subscribed to the Google Groups "play-framework" group. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
The scope I included in the demo app is what SecureSocial needs to provide your app with the minimum information I wanted to have for all the providers. That is: a user id, display name, email and avatar url.
If your app needs to get more information or call an API that needs different permissions you can just add the other scopes you need in a comma separated list in the "scope" property for that provider in the application.conf (eg: securesocial.facebook.scope=scope1,scope2)
Then when users try to log in the external service (eg: Facebook) will let users know what kind of information your app is requesting. Is that good for you?
Jorge
Then, when the user tries to log in will see all the information your app is requesting.
On Sat, Nov 12, 2011 at 10:43 AM, Dominik Dorn <dominik.d...@gmail.com> wrote: >> Not sure I understand your question about the email on Facebook. Can >> you expand a bit more? > Nevermind, my app on facebook was quite old and had a different > setting enabled which allowed > users to define if they want to provide their real email or a proxy > email address... that's not available anymore > in the new dialog.
> Do you have plans to provide a way to ask the user to extend the > permissions they gave us? > For Facebook its simply calling the oauth callback with a modified > scope=... param again.
>> Thanks,
>> Jorge
>> On Sat, Nov 12, 2011 at 10:07 AM, Dominik Dorn <dominik.d...@gmail.com> wrote: >>> First: THIS IS AMAZING!
>>> Its a little buggy sometimes, the first time I connected to Facebook / Yahoo >>> I allowed the app, but it also responded with the error Rakesh noted.
>>> How have you configured Facebook to not allow the user to use a proxy >>> email address instead of his real one?
>>> Well done!
>>> Dominik >>> On Sat, Nov 12, 2011 at 9:09 AM, Rakesh Waghela <javain...@gmail.com> wrote: >>>> Tested fb , twitter and google accounts !
>>>> fb,gmal was already logged in other tabs, twitter was not open.
>>>> fb : worked fine thru test url you provided, directly went to authorization >>>> page of fb and then logout screen of your app. >>>> twitter : worked fine too, as I was not logged in , prompted for twitter >>>> credentials, then logout screen of your app, fine ! >>>> gmail : was already open in other tab, prompt for "allowing" appeared, >>>> allowed , but no success with error message .
>>>> "There was an error while trying to log you in. Please try again." , tried >>>> several times ! logged out gmail too , then tried again no success !
>>>> -- >>>> You received this message because you are subscribed to the Google Groups >>>> "play-framework" group. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msg/play-framework/-/y3BHI8lt60oJ. >>>> To post to this group, send email to play-framework@googlegroups.com. >>>> To unsubscribe from this group, send email to >>>> play-framework+unsubscribe@googlegroups.com. >>>> For more options, visit this group at >>>> http://groups.google.com/group/play-framework?hl=en.
>>> Skripten, Mitschriften, Lernunterlagen, etc. findest Du auf >>> http://www.studyguru.eu !
>>> -- >>> You received this message because you are subscribed to the Google Groups "play-framework" group. >>> To post to this group, send email to play-framework@googlegroups.com. >>> To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. >>> For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
>> -- >> You received this message because you are subscribed to the Google Groups "play-framework" group. >> To post to this group, send email to play-framework@googlegroups.com. >> To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. >> For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
> -- > You received this message because you are subscribed to the Google Groups "play-framework" group. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
I started implementing a new site using the securesocial module.
However it was lacking some features, so I added them. The things I added are:
1) To be able to access the user object from controllers that don't require authentication (but can still show a sign out link if you're logged in) 2) The ability to redirect the user to whatever page after he/she signs out.
The changes are here and I also submitted a pull request.
On Sun, Nov 13, 2011 at 01:37, Jorge Aliss <jal...@gmail.com> wrote: > Hi Dominik,
> The scope I included in the demo app is what SecureSocial needs to > provide your app with the minimum information I wanted to have for all > the providers. That is: a user id, display name, email and avatar > url.
> If your app needs to get more information or call an API that needs > different permissions you can just add the other scopes you need in a > comma separated list in the "scope" property for that provider in the > application.conf (eg: securesocial.facebook.scope=scope1,scope2)
> Then when users try to log in the external service (eg: Facebook) will > let users know what kind of information your app is requesting. > Is that good for you?
> Jorge
> Then, when the user tries to log in will see all the information your > app is requesting.
> On Sat, Nov 12, 2011 at 10:43 AM, Dominik Dorn <dominik.d...@gmail.com> > wrote: > >> Not sure I understand your question about the email on Facebook. Can > >> you expand a bit more? > > Nevermind, my app on facebook was quite old and had a different > > setting enabled which allowed > > users to define if they want to provide their real email or a proxy > > email address... that's not available anymore > > in the new dialog.
> > Do you have plans to provide a way to ask the user to extend the > > permissions they gave us? > > For Facebook its simply calling the oauth callback with a modified > > scope=... param again.
> >> Thanks,
> >> Jorge
> >> On Sat, Nov 12, 2011 at 10:07 AM, Dominik Dorn <dominik.d...@gmail.com> > wrote: > >>> First: THIS IS AMAZING!
> >>> Its a little buggy sometimes, the first time I connected to Facebook / > Yahoo > >>> I allowed the app, but it also responded with the error Rakesh noted.
> >>> How have you configured Facebook to not allow the user to use a proxy > >>> email address instead of his real one?
> >>> Well done!
> >>> Dominik > >>> On Sat, Nov 12, 2011 at 9:09 AM, Rakesh Waghela <javain...@gmail.com> > wrote: > >>>> Tested fb , twitter and google accounts !
> >>>> fb,gmal was already logged in other tabs, twitter was not open.
> >>>> fb : worked fine thru test url you provided, directly went to > authorization > >>>> page of fb and then logout screen of your app. > >>>> twitter : worked fine too, as I was not logged in , prompted for > twitter > >>>> credentials, then logout screen of your app, fine ! > >>>> gmail : was already open in other tab, prompt for "allowing" appeared, > >>>> allowed , but no success with error message .
> >>>> "There was an error while trying to log you in. Please try again." , > tried > >>>> several times ! logged out gmail too , then tried again no success !
> >>>> -- > >>>> You received this message because you are subscribed to the Google > Groups > >>>> "play-framework" group. > >>>> To view this discussion on the web visit > >>>> https://groups.google.com/d/msg/play-framework/-/y3BHI8lt60oJ. > >>>> To post to this group, send email to play-framework@googlegroups.com. > >>>> To unsubscribe from this group, send email to > >>>> play-framework+unsubscribe@googlegroups.com. > >>>> For more options, visit this group at > >>>> http://groups.google.com/group/play-framework?hl=en.
> >>> Skripten, Mitschriften, Lernunterlagen, etc. findest Du auf > >>> http://www.studyguru.eu !
> >>> -- > >>> You received this message because you are subscribed to the Google > Groups "play-framework" group. > >>> To post to this group, send email to play-framework@googlegroups.com. > >>> To unsubscribe from this group, send email to > play-framework+unsubscribe@googlegroups.com. > >>> For more options, visit this group at > http://groups.google.com/group/play-framework?hl=en.
> >> -- > >> You received this message because you are subscribed to the Google > Groups "play-framework" group. > >> To post to this group, send email to play-framework@googlegroups.com. > >> To unsubscribe from this group, send email to > play-framework+unsubscribe@googlegroups.com. > >> For more options, visit this group at > http://groups.google.com/group/play-framework?hl=en.
> > Skripten, Mitschriften, Lernunterlagen, etc. findest Du auf > > http://www.studyguru.eu !
> > -- > > You received this message because you are subscribed to the Google > Groups "play-framework" group. > > To post to this group, send email to play-framework@googlegroups.com. > > To unsubscribe from this group, send email to > play-framework+unsubscribe@googlegroups.com. > > For more options, visit this group at > http://groups.google.com/group/play-framework?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "play-framework" group. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to > play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/play-framework?hl=en.
I like the 2 features you proposed. I think I can simplify the implementation of number 1 to avoid using another controller as I saw in your pull request. Will review things and let you know.
Thanks for your feedback and it's great you liked the module :-) Cheers,
On Tue, Nov 15, 2011 at 6:44 PM, Marius Andra <marius.an...@gmail.com> wrote: > Hey, > I started implementing a new site using the securesocial module. > However it was lacking some features, so I added them. The things I added > are: > 1) To be able to access the user object from controllers that don't require > authentication (but can still show a sign out link if you're logged in) > 2) The ability to redirect the user to whatever page after he/she signs > out. > The changes are here and I also submitted a pull request. > https://github.com/marius0/securesocial > Btw, great work with the module! :-)
> Marius
> On Sun, Nov 13, 2011 at 01:37, Jorge Aliss <jal...@gmail.com> wrote:
>> Hi Dominik,
>> The scope I included in the demo app is what SecureSocial needs to >> provide your app with the minimum information I wanted to have for all >> the providers. That is: a user id, display name, email and avatar >> url.
>> If your app needs to get more information or call an API that needs >> different permissions you can just add the other scopes you need in a >> comma separated list in the "scope" property for that provider in the >> application.conf (eg: securesocial.facebook.scope=scope1,scope2)
>> Then when users try to log in the external service (eg: Facebook) will >> let users know what kind of information your app is requesting. >> Is that good for you?
>> Jorge
>> Then, when the user tries to log in will see all the information your >> app is requesting.
>> On Sat, Nov 12, 2011 at 10:43 AM, Dominik Dorn <dominik.d...@gmail.com> >> wrote: >> >> Not sure I understand your question about the email on Facebook. Can >> >> you expand a bit more? >> > Nevermind, my app on facebook was quite old and had a different >> > setting enabled which allowed >> > users to define if they want to provide their real email or a proxy >> > email address... that's not available anymore >> > in the new dialog.
>> > Do you have plans to provide a way to ask the user to extend the >> > permissions they gave us? >> > For Facebook its simply calling the oauth callback with a modified >> > scope=... param again.
>> >> Thanks,
>> >> Jorge
>> >> On Sat, Nov 12, 2011 at 10:07 AM, Dominik Dorn <dominik.d...@gmail.com> >> >> wrote: >> >>> First: THIS IS AMAZING!
>> >>> Its a little buggy sometimes, the first time I connected to Facebook / >> >>> Yahoo >> >>> I allowed the app, but it also responded with the error Rakesh noted.
>> >>> How have you configured Facebook to not allow the user to use a proxy >> >>> email address instead of his real one?
>> >>> Well done!
>> >>> Dominik >> >>> On Sat, Nov 12, 2011 at 9:09 AM, Rakesh Waghela <javain...@gmail.com> >> >>> wrote: >> >>>> Tested fb , twitter and google accounts !
>> >>>> fb,gmal was already logged in other tabs, twitter was not open.
>> >>>> fb : worked fine thru test url you provided, directly went to >> >>>> authorization >> >>>> page of fb and then logout screen of your app. >> >>>> twitter : worked fine too, as I was not logged in , prompted for >> >>>> twitter >> >>>> credentials, then logout screen of your app, fine ! >> >>>> gmail : was already open in other tab, prompt for "allowing" >> >>>> appeared, >> >>>> allowed , but no success with error message .
>> >>>> "There was an error while trying to log you in. Please try again." , >> >>>> tried >> >>>> several times ! logged out gmail too , then tried again no success !
>> >>>> -- >> >>>> You received this message because you are subscribed to the Google >> >>>> Groups >> >>>> "play-framework" group. >> >>>> To view this discussion on the web visit >> >>>> https://groups.google.com/d/msg/play-framework/-/y3BHI8lt60oJ. >> >>>> To post to this group, send email to play-framework@googlegroups.com. >> >>>> To unsubscribe from this group, send email to >> >>>> play-framework+unsubscribe@googlegroups.com. >> >>>> For more options, visit this group at >> >>>> http://groups.google.com/group/play-framework?hl=en.
>> >>> Skripten, Mitschriften, Lernunterlagen, etc. findest Du auf >> >>> http://www.studyguru.eu !
>> >>> -- >> >>> You received this message because you are subscribed to the Google >> >>> Groups "play-framework" group. >> >>> To post to this group, send email to play-framework@googlegroups.com. >> >>> To unsubscribe from this group, send email to >> >>> play-framework+unsubscribe@googlegroups.com. >> >>> For more options, visit this group at >> >>> http://groups.google.com/group/play-framework?hl=en.
>> >> -- >> >> You received this message because you are subscribed to the Google >> >> Groups "play-framework" group. >> >> To post to this group, send email to play-framework@googlegroups.com. >> >> To unsubscribe from this group, send email to >> >> play-framework+unsubscribe@googlegroups.com. >> >> For more options, visit this group at >> >> http://groups.google.com/group/play-framework?hl=en.
>> > Skripten, Mitschriften, Lernunterlagen, etc. findest Du auf >> > http://www.studyguru.eu !
>> > -- >> > You received this message because you are subscribed to the Google >> > Groups "play-framework" group. >> > To post to this group, send email to play-framework@googlegroups.com. >> > To unsubscribe from this group, send email to >> > play-framework+unsubscribe@googlegroups.com. >> > For more options, visit this group at >> > http://groups.google.com/group/play-framework?hl=en.
>> -- >> You received this message because you are subscribed to the Google Groups >> "play-framework" group. >> To post to this group, send email to play-framework@googlegroups.com. >> To unsubscribe from this group, send email to >> play-framework+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/play-framework?hl=en.
> -- > Marius Andra > +372 56 616 347
> -- > You received this message because you are subscribed to the Google Groups > "play-framework" group. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to > play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/play-framework?hl=en.
I just committed some changes to include what you needed. I did not use your pull request because I found an easier way. Let me know if this works for you. Thanks!,
On Wed, Nov 16, 2011 at 9:38 AM, Jorge Aliss <jal...@gmail.com> wrote: > Hi Marius,
> I like the 2 features you proposed. I think I can simplify the > implementation of number 1 to avoid using another controller as I saw > in your pull request. Will review things and let you know.
> Thanks for your feedback and it's great you liked the module :-) > Cheers,
> Jorge
> On Tue, Nov 15, 2011 at 6:44 PM, Marius Andra <marius.an...@gmail.com> wrote: >> Hey, >> I started implementing a new site using the securesocial module. >> However it was lacking some features, so I added them. The things I added >> are: >> 1) To be able to access the user object from controllers that don't require >> authentication (but can still show a sign out link if you're logged in) >> 2) The ability to redirect the user to whatever page after he/she signs >> out. >> The changes are here and I also submitted a pull request. >> https://github.com/marius0/securesocial >> Btw, great work with the module! :-)
>> Marius
>> On Sun, Nov 13, 2011 at 01:37, Jorge Aliss <jal...@gmail.com> wrote:
>>> Hi Dominik,
>>> The scope I included in the demo app is what SecureSocial needs to >>> provide your app with the minimum information I wanted to have for all >>> the providers. That is: a user id, display name, email and avatar >>> url.
>>> If your app needs to get more information or call an API that needs >>> different permissions you can just add the other scopes you need in a >>> comma separated list in the "scope" property for that provider in the >>> application.conf (eg: securesocial.facebook.scope=scope1,scope2)
>>> Then when users try to log in the external service (eg: Facebook) will >>> let users know what kind of information your app is requesting. >>> Is that good for you?
>>> Jorge
>>> Then, when the user tries to log in will see all the information your >>> app is requesting.
>>> On Sat, Nov 12, 2011 at 10:43 AM, Dominik Dorn <dominik.d...@gmail.com> >>> wrote: >>> >> Not sure I understand your question about the email on Facebook. Can >>> >> you expand a bit more? >>> > Nevermind, my app on facebook was quite old and had a different >>> > setting enabled which allowed >>> > users to define if they want to provide their real email or a proxy >>> > email address... that's not available anymore >>> > in the new dialog.
>>> > Do you have plans to provide a way to ask the user to extend the >>> > permissions they gave us? >>> > For Facebook its simply calling the oauth callback with a modified >>> > scope=... param again.
>>> >> Thanks,
>>> >> Jorge
>>> >> On Sat, Nov 12, 2011 at 10:07 AM, Dominik Dorn <dominik.d...@gmail.com> >>> >> wrote: >>> >>> First: THIS IS AMAZING!
>>> >>> Its a little buggy sometimes, the first time I connected to Facebook / >>> >>> Yahoo >>> >>> I allowed the app, but it also responded with the error Rakesh noted.
>>> >>> How have you configured Facebook to not allow the user to use a proxy >>> >>> email address instead of his real one?
>>> >>> Well done!
>>> >>> Dominik >>> >>> On Sat, Nov 12, 2011 at 9:09 AM, Rakesh Waghela <javain...@gmail.com> >>> >>> wrote: >>> >>>> Tested fb , twitter and google accounts !
>>> >>>> fb,gmal was already logged in other tabs, twitter was not open.
>>> >>>> fb : worked fine thru test url you provided, directly went to >>> >>>> authorization >>> >>>> page of fb and then logout screen of your app. >>> >>>> twitter : worked fine too, as I was not logged in , prompted for >>> >>>> twitter >>> >>>> credentials, then logout screen of your app, fine ! >>> >>>> gmail : was already open in other tab, prompt for "allowing" >>> >>>> appeared, >>> >>>> allowed , but no success with error message .
>>> >>>> "There was an error while trying to log you in. Please try again." , >>> >>>> tried >>> >>>> several times ! logged out gmail too , then tried again no success !
>>> >>>> -- >>> >>>> You received this message because you are subscribed to the Google >>> >>>> Groups >>> >>>> "play-framework" group. >>> >>>> To view this discussion on the web visit >>> >>>> https://groups.google.com/d/msg/play-framework/-/y3BHI8lt60oJ. >>> >>>> To post to this group, send email to play-framework@googlegroups.com. >>> >>>> To unsubscribe from this group, send email to >>> >>>> play-framework+unsubscribe@googlegroups.com. >>> >>>> For more options, visit this group at >>> >>>> http://groups.google.com/group/play-framework?hl=en.
>>> >>> Skripten, Mitschriften, Lernunterlagen, etc. findest Du auf >>> >>> http://www.studyguru.eu !
>>> >>> -- >>> >>> You received this message because you are subscribed to the Google >>> >>> Groups "play-framework" group. >>> >>> To post to this group, send email to play-framework@googlegroups.com. >>> >>> To unsubscribe from this group, send email to >>> >>> play-framework+unsubscribe@googlegroups.com. >>> >>> For more options, visit this group at >>> >>> http://groups.google.com/group/play-framework?hl=en.
>>> >> -- >>> >> You received this message because you are subscribed to the Google >>> >> Groups "play-framework" group. >>> >> To post to this group, send email to play-framework@googlegroups.com. >>> >> To unsubscribe from this group, send email to >>> >> play-framework+unsubscribe@googlegroups.com. >>> >> For more options, visit this group at >>> >> http://groups.google.com/group/play-framework?hl=en.
>>> > Skripten, Mitschriften, Lernunterlagen, etc. findest Du auf >>> > http://www.studyguru.eu !
>>> > -- >>> > You received this message because you are subscribed to the Google >>> > Groups "play-framework" group. >>> > To post to this group, send email to play-framework@googlegroups.com. >>> > To unsubscribe from this group, send email to >>> > play-framework+unsubscribe@googlegroups.com. >>> > For more options, visit this group at >>> > http://groups.google.com/group/play-framework?hl=en.
>>> -- >>> You received this message because you are subscribed to the Google Groups >>> "play-framework" group. >>> To post to this group, send email to play-framework@googlegroups.com. >>> To unsubscribe from this group, send email to >>> play-framework+unsubscribe@googlegroups.com. >>> For more options, visit this group at >>> http://groups.google.com/group/play-framework?hl=en.
>> -- >> Marius Andra >> +372 56 616 347
>> -- >> You received this message because you are subscribed to the Google Groups >> "play-framework" group. >> To post to this group, send email to play-framework@googlegroups.com. >> To unsubscribe from this group, send email to >> play-framework+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/play-framework?hl=en.
> Description: > SecureSocial allows you to add an authentication UI to your app that > works with services based on OAuth1, OAuth2, OpenID and OpenID+OAuth > hybrid protocols. The following services are supported:
> -- > You received this message because you are subscribed to the Google Groups "play-framework" group. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
> I have just published your module as it has been approved by the committee (and I am back from Devoxx ;) ). Sorry for the delay.
> Nicolas
> On Nov 11, 2011, at 11:53 PM, Jorge Aliss wrote:
> > Module name: > >securesocial
> > Display Name: > >SecureSocial
> > Description: > >SecureSocialallows you to add an authentication UI to your app that > > works with services based on OAuth1, OAuth2, OpenID and OpenID+OAuth > > hybrid protocols. The following services are supported:
> > -- > > You received this message because you are subscribed to the Google Groups "play-framework" group. > > To post to this group, send email to play-framework@googlegroups.com. > > To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. > > For more options, visit this group athttp://groups.google.com/group/play-framework?hl=en.
> I have just published your module as it has been approved by the committee (and I am back from Devoxx ;) ). Sorry for the delay.
> Nicolas
> On Nov 11, 2011, at 11:53 PM, Jorge Aliss wrote:
>> Module name: >> securesocial
>> Display Name: >> SecureSocial
>> Description: >> SecureSocial allows you to add an authentication UI to your app that >> works with services based on OAuth1, OAuth2, OpenID and OpenID+OAuth >> hybrid protocols. The following services are supported:
>> -- >> You received this message because you are subscribed to the Google Groups "play-framework" group. >> To post to this group, send email to play-framework@googlegroups.com. >> To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. >> For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
> -- > You received this message because you are subscribed to the Google Groups "play-framework" group. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
The module was approved during the weekend and I had not uploaded the distribution files to the repository yet. I just did so it should work. Please try again and let me know if you have any problems.
> Is it because of the "No versions released yet", or am I missing > something? > Do we have to wait for Jorge to release a version?
> Thanks.
> Cyril.
> On Nov 20, 2:33 am, Nicolas Leroux <leroux.nico...@gmail.com> wrote: >> Hi Jaliss,
>> I have just published your module as it has been approved by the committee (and I am back from Devoxx ;) ). Sorry for the delay.
>> Nicolas
>> On Nov 11, 2011, at 11:53 PM, Jorge Aliss wrote:
>> > Module name: >> >securesocial
>> > Display Name: >> >SecureSocial
>> > Description: >> >SecureSocialallows you to add an authentication UI to your app that >> > works with services based on OAuth1, OAuth2, OpenID and OpenID+OAuth >> > hybrid protocols. The following services are supported:
>> > -- >> > You received this message because you are subscribed to the Google Groups "play-framework" group. >> > To post to this group, send email to play-framework@googlegroups.com. >> > To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. >> > For more options, visit this group athttp://groups.google.com/group/play-framework?hl=en.
> -- > You received this message because you are subscribed to the Google Groups "play-framework" group. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
> The module was approved during the weekend and I had not uploaded the > distribution files to the repository yet. I just did so it should > work. Please try again and let me know if you have any problems.
> Jorge
> On Mon, Nov 21, 2011 at 2:31 AM, Cyril Lacôte <cyril.lac...@gmail.com> wrote:
> > I have a newbie question (sorry about that).
> > I'm trying to use this new "securesocial" module, but can't have it > > installed :
> > Brian:linkit Sryl$ play install securesocial > > ~ _ _ > > ~ _ __ | | __ _ _ _| | > > ~ | '_ \| |/ _' | || |_| > > ~ | __/|_|\____|\__ (_) > > ~ |_| |__/ > > ~ > > ~ play! 1.2.3,http://www.playframework.org > > ~ > > ~ No module found 'securesocial' > > ~ Try play list-modules to get the modules list > > ~
> > "securemodule" module is yet listed in official repository :
> > Is it because of the "No versions released yet", or am I missing > > something? > > Do we have to wait for Jorge to release a version?
> > Thanks.
> > Cyril.
> > On Nov 20, 2:33 am, Nicolas Leroux <leroux.nico...@gmail.com> wrote: > >> Hi Jaliss,
> >> I have just published your module as it has been approved by the committee (and I am back from Devoxx ;) ). Sorry for the delay.
> >> Nicolas
> >> On Nov 11, 2011, at 11:53 PM, Jorge Aliss wrote:
> >> > Module name: > >> >securesocial
> >> > Display Name: > >> >SecureSocial
> >> > Description: > >> >SecureSocialallows you to add an authentication UI to your app that > >> > works with services based on OAuth1, OAuth2, OpenID and OpenID+OAuth > >> > hybrid protocols. The following services are supported:
> >> > -- > >> > You received this message because you are subscribed to the Google Groups "play-framework" group. > >> > To post to this group, send email to play-framework@googlegroups.com. > >> > To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. > >> > For more options, visit this group athttp://groups.google.com/group/play-framework?hl=en.
> > -- > > You received this message because you are subscribed to the Google Groups "play-framework" group. > > To post to this group, send email to play-framework@googlegroups.com. > > To unsubscribe from this group, send email to play-framework+unsubscribe@googlegroups.com. > > For more options, visit this group athttp://groups.google.com/group/play-framework?hl=en.
On Thu, Nov 17, 2011 at 01:23, Jorge Aliss <jal...@gmail.com> wrote: > Hi Marius,
> I just committed some changes to include what you needed. I did not > use your pull request because I found an easier way. > Let me know if this works for you. > Thanks!,
> Jorge
> On Wed, Nov 16, 2011 at 9:38 AM, Jorge Aliss <jal...@gmail.com> wrote: > > Hi Marius,
> > I like the 2 features you proposed. I think I can simplify the > > implementation of number 1 to avoid using another controller as I saw > > in your pull request. Will review things and let you know.
> > Thanks for your feedback and it's great you liked the module :-) > > Cheers,
> > Jorge
> > On Tue, Nov 15, 2011 at 6:44 PM, Marius Andra <marius.an...@gmail.com> > wrote: > >> Hey, > >> I started implementing a new site using the securesocial module. > >> However it was lacking some features, so I added them. The things I > added > >> are: > >> 1) To be able to access the user object from controllers that don't > require > >> authentication (but can still show a sign out link if you're logged in) > >> 2) The ability to redirect the user to whatever page after he/she signs > >> out. > >> The changes are here and I also submitted a pull request. > >> https://github.com/marius0/securesocial > >> Btw, great work with the module! :-)
> >> Marius
> >> On Sun, Nov 13, 2011 at 01:37, Jorge Aliss <jal...@gmail.com> wrote:
> >>> Hi Dominik,
> >>> The scope I included in the demo app is what SecureSocial needs to > >>> provide your app with the minimum information I wanted to have for all > >>> the providers. That is: a user id, display name, email and avatar > >>> url.
> >>> If your app needs to get more information or call an API that needs > >>> different permissions you can just add the other scopes you need in a > >>> comma separated list in the "scope" property for that provider in the > >>> application.conf (eg: securesocial.facebook.scope=scope1,scope2)
> >>> Then when users try to log in the external service (eg: Facebook) will > >>> let users know what kind of information your app is requesting. > >>> Is that good for you?
> >>> Jorge
> >>> Then, when the user tries to log in will see all the information your > >>> app is requesting.
> >>> On Sat, Nov 12, 2011 at 10:43 AM, Dominik Dorn <dominik.d...@gmail.com
> >>> wrote: > >>> >> Not sure I understand your question about the email on Facebook. > Can > >>> >> you expand a bit more? > >>> > Nevermind, my app on facebook was quite old and had a different > >>> > setting enabled which allowed > >>> > users to define if they want to provide their real email or a proxy > >>> > email address... that's not available anymore > >>> > in the new dialog.
> >>> > Do you have plans to provide a way to ask the user to extend the > >>> > permissions they gave us? > >>> > For Facebook its simply calling the oauth callback with a modified > >>> > scope=... param again.
> >>> >> Thanks,
> >>> >> Jorge
> >>> >> On Sat, Nov 12, 2011 at 10:07 AM, Dominik Dorn < > dominik.d...@gmail.com> > >>> >> wrote: > >>> >>> First: THIS IS AMAZING!
> >>> >>> Its a little buggy sometimes, the first time I connected to > Facebook / > >>> >>> Yahoo > >>> >>> I allowed the app, but it also responded with the error Rakesh > noted.
> >>> >>> How have you configured Facebook to not allow the user to use a > proxy > >>> >>> email address instead of his real one?
> >>> >>> Well done!
> >>> >>> Dominik > >>> >>> On Sat, Nov 12, 2011 at 9:09 AM, Rakesh Waghela < > javain...@gmail.com> > >>> >>> wrote: > >>> >>>> Tested fb , twitter and google accounts !
> >>> >>>> fb,gmal was already logged in other tabs, twitter was not open.
> >>> >>>> fb : worked fine thru test url you provided, directly went to > >>> >>>> authorization > >>> >>>> page of fb and then logout screen of your app. > >>> >>>> twitter : worked fine too, as I was not logged in , prompted for > >>> >>>> twitter > >>> >>>> credentials, then logout screen of your app, fine ! > >>> >>>> gmail : was already open in other tab, prompt for "allowing" > >>> >>>> appeared, > >>> >>>> allowed , but no success with error message .
> >>> >>>> "There was an error while trying to log you in. Please try > again." , > >>> >>>> tried > >>> >>>> several times ! logged out gmail too , then tried again no > success !
> >>> >>>> -- > >>> >>>> You received this message because you are subscribed to the Google > >>> >>>> Groups > >>> >>>> "play-framework" group. > >>> >>>> To view this discussion on the web visit > >>> >>>> https://groups.google.com/d/msg/play-framework/-/y3BHI8lt60oJ. > >>> >>>> To post to this group, send email to > play-framework@googlegroups.com. > >>> >>>> To unsubscribe from this group, send email to > >>> >>>> play-framework+unsubscribe@googlegroups.com. > >>> >>>> For more options, visit this group at > >>> >>>> http://groups.google.com/group/play-framework?hl=en.
> >>> >>> Skripten, Mitschriften, Lernunterlagen, etc. findest Du auf > >>> >>> http://www.studyguru.eu !
> >>> >>> -- > >>> >>> You received this message because you are subscribed to the Google > >>> >>> Groups "play-framework" group. > >>> >>> To post to this group, send email to > play-framework@googlegroups.com. > >>> >>> To unsubscribe from this group, send email to > >>> >>> play-framework+unsubscribe@googlegroups.com. > >>> >>> For more options, visit this group at > >>> >>> http://groups.google.com/group/play-framework?hl=en.
> >>> >> -- > >>> >> You received this message because you are subscribed to the Google > >>> >> Groups "play-framework" group. > >>> >> To post to this group, send email to > play-framework@googlegroups.com. > >>> >> To unsubscribe from this group, send email to > >>> >> play-framework+unsubscribe@googlegroups.com. > >>> >> For more options, visit this group at > >>> >> http://groups.google.com/group/play-framework?hl=en.
> >>> > Skripten, Mitschriften, Lernunterlagen, etc. findest Du auf > >>> > http://www.studyguru.eu !
> >>> > -- > >>> > You received this message because you are subscribed to the Google > >>> > Groups "play-framework" group. > >>> > To post to this group, send email to play-framework@googlegroups.com > . > >>> > To unsubscribe from this group, send email to > >>> > play-framework+unsubscribe@googlegroups.com. > >>> > For more options, visit this group at > >>> > http://groups.google.com/group/play-framework?hl=en.
> >>> -- > >>> You received this message because you are subscribed to the Google > Groups > >>> "play-framework" group. > >>> To post to this group, send email to play-framework@googlegroups.com. > >>> To unsubscribe from this group, send email to > >>> play-framework+unsubscribe@googlegroups.com. > >>> For more options, visit this group at > >>> http://groups.google.com/group/play-framework?hl=en.
> >> -- > >> Marius Andra > >> +372 56 616 347
> >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "play-framework" group. > >> To post to this group, send email to play-framework@googlegroups.com. > >> To unsubscribe from this group, send email to > >> play-framework+unsubscribe@googlegroups.com. > >> For more options, visit this group at > >> http://groups.google.com/group/play-framework?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "play-framework" group. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to > play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/play-framework?hl=en.
On Tue, Nov 22, 2011 at 2:47 PM, Marius Andra <marius.an...@gmail.com> wrote: > Hey, > Apologies for the late answer. This solution works very well for me!
> Thanks! > Marius
> On Thu, Nov 17, 2011 at 01:23, Jorge Aliss <jal...@gmail.com> wrote:
>> Hi Marius,
>> I just committed some changes to include what you needed. I did not >> use your pull request because I found an easier way. >> Let me know if this works for you. >> Thanks!,
>> Jorge
>> On Wed, Nov 16, 2011 at 9:38 AM, Jorge Aliss <jal...@gmail.com> wrote: >> > Hi Marius,
>> > I like the 2 features you proposed. I think I can simplify the >> > implementation of number 1 to avoid using another controller as I saw >> > in your pull request. Will review things and let you know.
>> > Thanks for your feedback and it's great you liked the module :-) >> > Cheers,
>> > Jorge
>> > On Tue, Nov 15, 2011 at 6:44 PM, Marius Andra <marius.an...@gmail.com> >> > wrote: >> >> Hey, >> >> I started implementing a new site using the securesocial module. >> >> However it was lacking some features, so I added them. The things I >> >> added >> >> are: >> >> 1) To be able to access the user object from controllers that don't >> >> require >> >> authentication (but can still show a sign out link if you're logged in) >> >> 2) The ability to redirect the user to whatever page after he/she signs >> >> out. >> >> The changes are here and I also submitted a pull request. >> >> https://github.com/marius0/securesocial >> >> Btw, great work with the module! :-)
>> >> Marius
>> >> On Sun, Nov 13, 2011 at 01:37, Jorge Aliss <jal...@gmail.com> wrote:
>> >>> Hi Dominik,
>> >>> The scope I included in the demo app is what SecureSocial needs to >> >>> provide your app with the minimum information I wanted to have for all >> >>> the providers. That is: a user id, display name, email and avatar >> >>> url.
>> >>> If your app needs to get more information or call an API that needs >> >>> different permissions you can just add the other scopes you need in a >> >>> comma separated list in the "scope" property for that provider in the >> >>> application.conf (eg: securesocial.facebook.scope=scope1,scope2)
>> >>> Then when users try to log in the external service (eg: Facebook) will >> >>> let users know what kind of information your app is requesting. >> >>> Is that good for you?
>> >>> Jorge
>> >>> Then, when the user tries to log in will see all the information your >> >>> app is requesting.
>> >>> On Sat, Nov 12, 2011 at 10:43 AM, Dominik Dorn >> >>> <dominik.d...@gmail.com> >> >>> wrote: >> >>> >> Not sure I understand your question about the email on Facebook. >> >>> >> Can >> >>> >> you expand a bit more? >> >>> > Nevermind, my app on facebook was quite old and had a different >> >>> > setting enabled which allowed >> >>> > users to define if they want to provide their real email or a proxy >> >>> > email address... that's not available anymore >> >>> > in the new dialog.
>> >>> > Do you have plans to provide a way to ask the user to extend the >> >>> > permissions they gave us? >> >>> > For Facebook its simply calling the oauth callback with a modified >> >>> > scope=... param again.
>> >>> >> Thanks,
>> >>> >> Jorge
>> >>> >> On Sat, Nov 12, 2011 at 10:07 AM, Dominik Dorn >> >>> >> <dominik.d...@gmail.com> >> >>> >> wrote: >> >>> >>> First: THIS IS AMAZING!
>> >>> >>> Its a little buggy sometimes, the first time I connected to >> >>> >>> Facebook / >> >>> >>> Yahoo >> >>> >>> I allowed the app, but it also responded with the error Rakesh >> >>> >>> noted.
>> >>> >>> How have you configured Facebook to not allow the user to use a >> >>> >>> proxy >> >>> >>> email address instead of his real one?
>> >>> >>> Well done!
>> >>> >>> Dominik >> >>> >>> On Sat, Nov 12, 2011 at 9:09 AM, Rakesh Waghela >> >>> >>> <javain...@gmail.com> >> >>> >>> wrote: >> >>> >>>> Tested fb , twitter and google accounts !
>> >>> >>>> fb,gmal was already logged in other tabs, twitter was not open.
>> >>> >>>> fb : worked fine thru test url you provided, directly went to >> >>> >>>> authorization >> >>> >>>> page of fb and then logout screen of your app. >> >>> >>>> twitter : worked fine too, as I was not logged in , prompted for >> >>> >>>> twitter >> >>> >>>> credentials, then logout screen of your app, fine ! >> >>> >>>> gmail : was already open in other tab, prompt for "allowing" >> >>> >>>> appeared, >> >>> >>>> allowed , but no success with error message .
>> >>> >>>> "There was an error while trying to log you in. Please try >> >>> >>>> again." , >> >>> >>>> tried >> >>> >>>> several times ! logged out gmail too , then tried again no >> >>> >>>> success !
>> >>> >>>> -- >> >>> >>>> You received this message because you are subscribed to the >> >>> >>>> Google >> >>> >>>> Groups >> >>> >>>> "play-framework" group. >> >>> >>>> To view this discussion on the web visit >> >>> >>>> https://groups.google.com/d/msg/play-framework/-/y3BHI8lt60oJ. >> >>> >>>> To post to this group, send email to >> >>> >>>> play-framework@googlegroups.com. >> >>> >>>> To unsubscribe from this group, send email to >> >>> >>>> play-framework+unsubscribe@googlegroups.com. >> >>> >>>> For more options, visit this group at >> >>> >>>> http://groups.google.com/group/play-framework?hl=en.
>> >>> >>> Skripten, Mitschriften, Lernunterlagen, etc. findest Du auf >> >>> >>> http://www.studyguru.eu !
>> >>> >>> -- >> >>> >>> You received this message because you are subscribed to the Google >> >>> >>> Groups "play-framework" group. >> >>> >>> To post to this group, send email to >> >>> >>> play-framework@googlegroups.com. >> >>> >>> To unsubscribe from this group, send email to >> >>> >>> play-framework+unsubscribe@googlegroups.com. >> >>> >>> For more options, visit this group at >> >>> >>> http://groups.google.com/group/play-framework?hl=en.
>> >>> >> -- >> >>> >> You received this message because you are subscribed to the Google >> >>> >> Groups "play-framework" group. >> >>> >> To post to this group, send email to >> >>> >> play-framework@googlegroups.com. >> >>> >> To unsubscribe from this group, send email to >> >>> >> play-framework+unsubscribe@googlegroups.com. >> >>> >> For more options, visit this group at >> >>> >> http://groups.google.com/group/play-framework?hl=en.
>> >>> > Skripten, Mitschriften, Lernunterlagen, etc. findest Du auf >> >>> > http://www.studyguru.eu !
>> >>> > -- >> >>> > You received this message because you are subscribed to the Google >> >>> > Groups "play-framework" group. >> >>> > To post to this group, send email to >> >>> > play-framework@googlegroups.com. >> >>> > To unsubscribe from this group, send email to >> >>> > play-framework+unsubscribe@googlegroups.com. >> >>> > For more options, visit this group at >> >>> > http://groups.google.com/group/play-framework?hl=en.
>> >>> -- >> >>> You received this message because you are subscribed to the Google >> >>> Groups >> >>> "play-framework" group. >> >>> To post to this group, send email to play-framework@googlegroups.com. >> >>> To unsubscribe from this group, send email to >> >>> play-framework+unsubscribe@googlegroups.com. >> >>> For more options, visit this group at >> >>> http://groups.google.com/group/play-framework?hl=en.
>> >> -- >> >> Marius Andra >> >> +372 56 616 347
>> >> -- >> >> You received this message because you are subscribed to the Google >> >> Groups >> >> "play-framework" group. >> >> To post to this group, send email to play-framework@googlegroups.com. >> >> To unsubscribe from this group, send email to >> >> play-framework+unsubscribe@googlegroups.com. >> >> For more options, visit this group at >> >> http://groups.google.com/group/play-framework?hl=en.
>> -- >> You received this message because you are subscribed to the Google Groups >> "play-framework" group. >> To post to this group, send email to play-framework@googlegroups.com. >> To unsubscribe from this group, send email to >> play-framework+unsubscribe@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/play-framework?hl=en.
> -- > Marius Andra > +372 56 616 347
> -- > You received this message because you are subscribed to the Google Groups > "play-framework" group. > To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to > play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/play-framework?hl=en.
i was able to get facebook auth working in about 30 minutes!!!! it`s amazing!!
the problem is when im trying to log with a google account...
when i use the module i can see google`s login page, i type my email and password, but when google tries to redirect me back to my app(on address localhost:9000/auth/google), i checked the logs and im getting the following error:
09:38:23,279 ERROR ~ Request token is missing in OpenID+OAuth callback. Provider: google securesocial.provider.AuthenticationException 09:38:23,280 ERROR ~ Error authenticating user securesocial.provider.AuthenticationException
on the screen i see that default error page....
i put some logs in your code and what i found is that seems like google is not returning these required parameters for the oauth authorization to work:
Google does not work with localhost. You need a URL that is accesible on the Internet because Google needs to verify it. You can either use something like Dyndns to create a URL for your IP (if you're in a home network for example) or you can host your app somewhere (eg: OpenShift or Heroku).
> To post to this group, send email to play-framework@googlegroups.com. > To unsubscribe from this group, send email to > play-framework+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/play-framework?hl=en.