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* <https://www.nextinit.com/>
*alejandro.gonza...@nextinit.com <alejandro.gonza...@nextinit.com>*
*+34  666 57 79 13*


2014/1/22 sarath upadrista <sar...@veersoftsolutions.com>

> 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.

Reply via email to