Re: [google-appengine] Is there any java library that will get the current facebook/yahoo/yammer logged-in user?

2014-02-06 Thread sarath upadrista
Hello Alejandro,
   I would like to know what is the way to login with google OpenId
locally. I am able to use OpenId login at the production. Because there is
no google cloud console registration at the local server, the api key and
secret which was registered at the google cloud console is not working
locally.


Thanks&Regards,
Sarath U.


On Wed, Jan 22, 2014 at 6:57 PM, Alejandro Gonzalez <
alejandro.gonza...@nextinit.com> wrote:

> Hello,
>
> Unfortunately, facebook is not an OpenId provider (they user their
> own-baked opeinId like mechanism called facebook connect). the AppEngine
> UserService can track openId providers logins, but not facebook connect ;)
>
> I think your best option is to make your own user-check mechanism. Im not
> using the UserService for exactly the same reason, and make my own
> ExtendedUserService classes.
>
> Good luck!
>
>
>
>
> Alejandro González Rodrigo
> *www.nextinit.com* 
> *alejandro.gonza...@nextinit.com *
> * +34  666 57 79 13*
>
>
> 2014/1/22 sarath upadrista 
>
>> Hi,
>> I am using gaej web application. I am trying to put facebook
>> authentication along with the google. If it is google then I was able to
>> get the current logged-in user through the userService. Now, how would I
>> get the current user, If he has logged-in through facebook. Is there any
>> common library like userService in java, which is used to get the current
>> logged-in user through all the service providers like google, facebook,
>> yahoo etc.
>>
>> Any suggestions would be appreciated.
>> --
>> Thanks & Regards
>> Sarath U
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Thanks & Regards
Sarath U

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] Is there any java library that will get the current facebook/yahoo/yammer logged-in user?

2014-01-22 Thread Alejandro Gonzalez
Hello,

Unfortunately, facebook is not an OpenId provider (they user their
own-baked opeinId like mechanism called facebook connect). the AppEngine
UserService can track openId providers logins, but not facebook connect ;)

I think your best option is to make your own user-check mechanism. Im not
using the UserService for exactly the same reason, and make my own
ExtendedUserService classes.

Good luck!




Alejandro González Rodrigo
*www.nextinit.com* 
*alejandro.gonza...@nextinit.com *
*+34  666 57 79 13*


2014/1/22 sarath upadrista 

> Hi,
> I am using gaej web application. I am trying to put facebook
> authentication along with the google. If it is google then I was able to
> get the current logged-in user through the userService. Now, how would I
> get the current user, If he has logged-in through facebook. Is there any
> common library like userService in java, which is used to get the current
> logged-in user through all the service providers like google, facebook,
> yahoo etc.
>
> Any suggestions would be appreciated.
> --
> Thanks & Regards
> Sarath U
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Is there any java library that will get the current facebook/yahoo/yammer logged-in user?

2014-01-22 Thread sarath upadrista
Hi,
I am using gaej web application. I am trying to put facebook
authentication along with the google. If it is google then I was able to
get the current logged-in user through the userService. Now, how would I
get the current user, If he has logged-in through facebook. Is there any
common library like userService in java, which is used to get the current
logged-in user through all the service providers like google, facebook,
yahoo etc.

Any suggestions would be appreciated.
-- 
Thanks & Regards
Sarath U

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.