Re: [google-appengine] Google App Engine Android Facebook login

2015-10-23 Thread Ruben A.
Les, I have a quick question for you.  Above you state:

"If you expect a small number of users, at least to start with - use 
Firebase.
If you already have a lot of users or expect lots of users -- use Identity 
Toolkit."

I am not looking for an exact number, but would you consider 50k users 
'small' and better for a firebase app then Identity toolkit?

Thanks

Ruben


On Saturday, July 11, 2015 at 1:16:11 PM UTC-5, Les Vogel wrote:
>
> I should have it published before 2pm today.
>
> On Sat, Jul 11, 2015 at 9:16 AM, Shruthi Sharat  > wrote:
>
>> Hi,
>>
>>Thank you for the reply. I will be waiting for that sample code.
>>
>> How do I validate the id token in my app engine back end which i am 
>> getting from the toolkit? Can you please provide some kind of documents or 
>> sample code.
>>
>> Regards,
>> Shruthi Kumbham
>>
>>
>>
>> On Fri, Jul 10, 2015 at 12:19 AM, 'Les Vogel' via Google App Engine <
>> google-a...@googlegroups.com > wrote:
>>
>>> Firebase Auth is easy to get started with and use.  Your connecting 3rd 
>>> party auth to it.  (The folks from Firebase might describe this differently)
>>> Identity Toolkit is fairly robust and will scale to millions of users.
>>>
>>> If you expect a small number of users, at least to start with - use 
>>> Firebase.
>>> If you already have a lot of users or expect lots of users -- use 
>>> Identity Toolkit.
>>>
>>> The sample I mentioned should be published tomorrow afternoon.   
>>> https://github.com/GoogleCloudPlatform/Abelana
>>>
>>> On Thu, Jul 9, 2015 at 1:37 AM, Shruthi Sharat >> > wrote:
>>>
 Hi, 

  Thank You. Please let me know how is Firebase and Identity Toolkit 
 differs ? I am not able to decide which one to go with.

 Can I have my backend code and database running on App Engine and just 
 use Firebase for authentication and sessions ? If Yes, how can i connect 
 my 
 Firebase with my App Engine ?

 Which is best to go with, Firebase or Identity Toolkit ? 

 Kindly clarify. I find very less documentation on these.

 Regards,
 Shruthi Kumbham



 On Mon, Jul 6, 2015 at 10:05 PM, 'Les Vogel' via Google App Engine <
 google-a...@googlegroups.com > wrote:

> Hope to have an example published by Tuesday of next week.
>
> Les
>
> On Fri, Jul 3, 2015 at 12:38 AM, Shruthi Sharat  > wrote:
>
>> Thank you so much for reply.
>>
>>  I could able to use the identity toolkit API and able to login via 
>> G+ and facebook.  But I am not able to access my endpoints by logging 
>> into 
>> G+ or Facebook. 
>>
>> Please let me know the procedure to do it. I can't find any 
>> documentation also.It will be a great help.
>>
>> Regards,
>> Shruthi Kumbham
>>
>> On Thu, Jul 2, 2015 at 2:07 AM, 'Les Vogel' via Google App Engine <
>> google-a...@googlegroups.com > wrote:
>>
>>> Hi Shruthi,
>>>
>>> You might wish to take a look at the Google Identity Toolkit 
>>>  Libraries(Java 
>>> , & Go 
>>>  ) & Samples (
>>> Android , 
>>> iOS , & Java 
>>> ).  It will 
>>> let you do Facebook & G+ and your own authentication and connect with 
>>> Android, iOS, and your backend on AppEngine.  The docs should help 
>>> explain 
>>> the product (and there are some samples on GitHub) -- we hope to 
>>> publish a 
>>> full end-to-end sample sometime within the next two weeks.
>>>
>>> Les
>>>
>>> On Wed, Jul 1, 2015 at 4:36 AM, Shruthi Sharat >> > wrote:
>>>
 Hi,

 I am working on Mobile application which has a Google App 
 Engine backend, now i am able to login with G+ and access the APIs 
 created 
 in backend with oAuth.

   How can I access my backend APIs by logging in with any other 
 social media platforms like facebook and twitter. How can i sync the 
 oAuth 
 of facebook and my Google App Engine APIs. 

 Help me in finding a solution for this.

 Thank You

 -- 
 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-appengi...@googlegroups.com .
 To post to this group, send email to google-a...@googlegroups.com 
 .
 Visit this group at 

Re: [google-appengine] Google App Engine Android Facebook login

2015-07-11 Thread Shruthi Sharat
Hi,

   Thank you for the reply. I will be waiting for that sample code.

How do I validate the id token in my app engine back end which i am getting
from the toolkit? Can you please provide some kind of documents or sample
code.

Regards,
Shruthi Kumbham



On Fri, Jul 10, 2015 at 12:19 AM, 'Les Vogel' via Google App Engine 
google-appengine@googlegroups.com wrote:

 Firebase Auth is easy to get started with and use.  Your connecting 3rd
 party auth to it.  (The folks from Firebase might describe this differently)
 Identity Toolkit is fairly robust and will scale to millions of users.

 If you expect a small number of users, at least to start with - use
 Firebase.
 If you already have a lot of users or expect lots of users -- use Identity
 Toolkit.

 The sample I mentioned should be published tomorrow afternoon.
 https://github.com/GoogleCloudPlatform/Abelana

 On Thu, Jul 9, 2015 at 1:37 AM, Shruthi Sharat sruthi.kumb...@gmail.com
 wrote:

 Hi,

  Thank You. Please let me know how is Firebase and Identity Toolkit
 differs ? I am not able to decide which one to go with.

 Can I have my backend code and database running on App Engine and just
 use Firebase for authentication and sessions ? If Yes, how can i connect my
 Firebase with my App Engine ?

 Which is best to go with, Firebase or Identity Toolkit ?

 Kindly clarify. I find very less documentation on these.

 Regards,
 Shruthi Kumbham



 On Mon, Jul 6, 2015 at 10:05 PM, 'Les Vogel' via Google App Engine 
 google-appengine@googlegroups.com wrote:

 Hope to have an example published by Tuesday of next week.

 Les

 On Fri, Jul 3, 2015 at 12:38 AM, Shruthi Sharat 
 sruthi.kumb...@gmail.com wrote:

 Thank you so much for reply.

  I could able to use the identity toolkit API and able to login via G+
 and facebook.  But I am not able to access my endpoints by logging into G+
 or Facebook.

 Please let me know the procedure to do it. I can't find any
 documentation also.It will be a great help.

 Regards,
 Shruthi Kumbham

 On Thu, Jul 2, 2015 at 2:07 AM, 'Les Vogel' via Google App Engine 
 google-appengine@googlegroups.com wrote:

 Hi Shruthi,

 You might wish to take a look at the Google Identity Toolkit
 https://developers.google.com/identity/toolkit/ Libraries(Java
 https://github.com/google/identity-toolkit-java-client,  Go
 https://github.com/google/identity-toolkit-go-client )  Samples (
 Android https://github.com/googlesamples/identity-toolkit-android,
 iOS https://github.com/googlesamples/identity-toolkit-ios,  Java
 https://github.com/googlesamples/identity-toolkit-java).  It will
 let you do Facebook  G+ and your own authentication and connect with
 Android, iOS, and your backend on AppEngine.  The docs should help explain
 the product (and there are some samples on GitHub) -- we hope to publish a
 full end-to-end sample sometime within the next two weeks.

 Les

 On Wed, Jul 1, 2015 at 4:36 AM, Shruthi Sharat 
 sruthi.kumb...@gmail.com wrote:

 Hi,

 I am working on Mobile application which has a Google App Engine
 backend, now i am able to login with G+ and access the APIs created in
 backend with oAuth.

   How can I access my backend APIs by logging in with any other
 social media platforms like facebook and twitter. How can i sync the 
 oAuth
 of facebook and my Google App Engine APIs.

 Help me in finding a solution for this.

 Thank You

 --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com
 https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




 --
 Les Vogel | Cloud Developer Relations | l...@google.com | 408-676-7023

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/lgHZauv5NaY/unsubscribe
 .
 To unsubscribe from this group and all its topics, 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/CAGB1p5imd86%2BFKW6PxipWAPW51yGLnjfXwaf5jLXfrBvwOQvKg%40mail.gmail.com
 

Re: [google-appengine] Google App Engine Android Facebook login

2015-07-11 Thread 'Les Vogel' via Google App Engine
I should have it published before 2pm today.

On Sat, Jul 11, 2015 at 9:16 AM, Shruthi Sharat sruthi.kumb...@gmail.com
wrote:

 Hi,

Thank you for the reply. I will be waiting for that sample code.

 How do I validate the id token in my app engine back end which i am
 getting from the toolkit? Can you please provide some kind of documents or
 sample code.

 Regards,
 Shruthi Kumbham



 On Fri, Jul 10, 2015 at 12:19 AM, 'Les Vogel' via Google App Engine 
 google-appengine@googlegroups.com wrote:

 Firebase Auth is easy to get started with and use.  Your connecting 3rd
 party auth to it.  (The folks from Firebase might describe this differently)
 Identity Toolkit is fairly robust and will scale to millions of users.

 If you expect a small number of users, at least to start with - use
 Firebase.
 If you already have a lot of users or expect lots of users -- use
 Identity Toolkit.

 The sample I mentioned should be published tomorrow afternoon.
 https://github.com/GoogleCloudPlatform/Abelana

 On Thu, Jul 9, 2015 at 1:37 AM, Shruthi Sharat sruthi.kumb...@gmail.com
 wrote:

 Hi,

  Thank You. Please let me know how is Firebase and Identity Toolkit
 differs ? I am not able to decide which one to go with.

 Can I have my backend code and database running on App Engine and just
 use Firebase for authentication and sessions ? If Yes, how can i connect my
 Firebase with my App Engine ?

 Which is best to go with, Firebase or Identity Toolkit ?

 Kindly clarify. I find very less documentation on these.

 Regards,
 Shruthi Kumbham



 On Mon, Jul 6, 2015 at 10:05 PM, 'Les Vogel' via Google App Engine 
 google-appengine@googlegroups.com wrote:

 Hope to have an example published by Tuesday of next week.

 Les

 On Fri, Jul 3, 2015 at 12:38 AM, Shruthi Sharat 
 sruthi.kumb...@gmail.com wrote:

 Thank you so much for reply.

  I could able to use the identity toolkit API and able to login via G+
 and facebook.  But I am not able to access my endpoints by logging into G+
 or Facebook.

 Please let me know the procedure to do it. I can't find any
 documentation also.It will be a great help.

 Regards,
 Shruthi Kumbham

 On Thu, Jul 2, 2015 at 2:07 AM, 'Les Vogel' via Google App Engine 
 google-appengine@googlegroups.com wrote:

 Hi Shruthi,

 You might wish to take a look at the Google Identity Toolkit
 https://developers.google.com/identity/toolkit/ Libraries(Java
 https://github.com/google/identity-toolkit-java-client,  Go
 https://github.com/google/identity-toolkit-go-client )  Samples (
 Android https://github.com/googlesamples/identity-toolkit-android,
 iOS https://github.com/googlesamples/identity-toolkit-ios,  Java
 https://github.com/googlesamples/identity-toolkit-java).  It will
 let you do Facebook  G+ and your own authentication and connect with
 Android, iOS, and your backend on AppEngine.  The docs should help 
 explain
 the product (and there are some samples on GitHub) -- we hope to publish 
 a
 full end-to-end sample sometime within the next two weeks.

 Les

 On Wed, Jul 1, 2015 at 4:36 AM, Shruthi Sharat 
 sruthi.kumb...@gmail.com wrote:

 Hi,

 I am working on Mobile application which has a Google App Engine
 backend, now i am able to login with G+ and access the APIs created in
 backend with oAuth.

   How can I access my backend APIs by logging in with any other
 social media platforms like facebook and twitter. How can i sync the 
 oAuth
 of facebook and my Google App Engine APIs.

 Help me in finding a solution for this.

 Thank You

 --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com
 https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




 --
 Les Vogel | Cloud Developer Relations | l...@google.com |
 408-676-7023

 --
 You received this message because you are subscribed to a topic in
 the Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/lgHZauv5NaY/unsubscribe
 .
 To unsubscribe from this group and all its topics, 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/CAGB1p5imd86%2BFKW6PxipWAPW51yGLnjfXwaf5jLXfrBvwOQvKg%40mail.gmail.com
 

Re: [google-appengine] Google App Engine Android Facebook login

2015-07-09 Thread 'Les Vogel' via Google App Engine
Firebase Auth is easy to get started with and use.  Your connecting 3rd
party auth to it.  (The folks from Firebase might describe this differently)
Identity Toolkit is fairly robust and will scale to millions of users.

If you expect a small number of users, at least to start with - use
Firebase.
If you already have a lot of users or expect lots of users -- use Identity
Toolkit.

The sample I mentioned should be published tomorrow afternoon.
https://github.com/GoogleCloudPlatform/Abelana

On Thu, Jul 9, 2015 at 1:37 AM, Shruthi Sharat sruthi.kumb...@gmail.com
wrote:

 Hi,

  Thank You. Please let me know how is Firebase and Identity Toolkit
 differs ? I am not able to decide which one to go with.

 Can I have my backend code and database running on App Engine and just use
 Firebase for authentication and sessions ? If Yes, how can i connect my
 Firebase with my App Engine ?

 Which is best to go with, Firebase or Identity Toolkit ?

 Kindly clarify. I find very less documentation on these.

 Regards,
 Shruthi Kumbham



 On Mon, Jul 6, 2015 at 10:05 PM, 'Les Vogel' via Google App Engine 
 google-appengine@googlegroups.com wrote:

 Hope to have an example published by Tuesday of next week.

 Les

 On Fri, Jul 3, 2015 at 12:38 AM, Shruthi Sharat sruthi.kumb...@gmail.com
  wrote:

 Thank you so much for reply.

  I could able to use the identity toolkit API and able to login via G+
 and facebook.  But I am not able to access my endpoints by logging into G+
 or Facebook.

 Please let me know the procedure to do it. I can't find any
 documentation also.It will be a great help.

 Regards,
 Shruthi Kumbham

 On Thu, Jul 2, 2015 at 2:07 AM, 'Les Vogel' via Google App Engine 
 google-appengine@googlegroups.com wrote:

 Hi Shruthi,

 You might wish to take a look at the Google Identity Toolkit
 https://developers.google.com/identity/toolkit/ Libraries(Java
 https://github.com/google/identity-toolkit-java-client,  Go
 https://github.com/google/identity-toolkit-go-client )  Samples (
 Android https://github.com/googlesamples/identity-toolkit-android,
 iOS https://github.com/googlesamples/identity-toolkit-ios,  Java
 https://github.com/googlesamples/identity-toolkit-java).  It will
 let you do Facebook  G+ and your own authentication and connect with
 Android, iOS, and your backend on AppEngine.  The docs should help explain
 the product (and there are some samples on GitHub) -- we hope to publish a
 full end-to-end sample sometime within the next two weeks.

 Les

 On Wed, Jul 1, 2015 at 4:36 AM, Shruthi Sharat 
 sruthi.kumb...@gmail.com wrote:

 Hi,

 I am working on Mobile application which has a Google App Engine
 backend, now i am able to login with G+ and access the APIs created in
 backend with oAuth.

   How can I access my backend APIs by logging in with any other social
 media platforms like facebook and twitter. How can i sync the oAuth of
 facebook and my Google App Engine APIs.

 Help me in finding a solution for this.

 Thank You

 --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com
 https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




 --
 Les Vogel | Cloud Developer Relations | l...@google.com | 408-676-7023

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/lgHZauv5NaY/unsubscribe
 .
 To unsubscribe from this group and all its topics, 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/CAGB1p5imd86%2BFKW6PxipWAPW51yGLnjfXwaf5jLXfrBvwOQvKg%40mail.gmail.com
 https://groups.google.com/d/msgid/google-appengine/CAGB1p5imd86%2BFKW6PxipWAPW51yGLnjfXwaf5jLXfrBvwOQvKg%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


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

Re: [google-appengine] Google App Engine Android Facebook login

2015-07-09 Thread Shruthi Sharat
Hi,

 Thank You. Please let me know how is Firebase and Identity Toolkit differs
? I am not able to decide which one to go with.

Can I have my backend code and database running on App Engine and just use
Firebase for authentication and sessions ? If Yes, how can i connect my
Firebase with my App Engine ?

Which is best to go with, Firebase or Identity Toolkit ?

Kindly clarify. I find very less documentation on these.

Regards,
Shruthi Kumbham



On Mon, Jul 6, 2015 at 10:05 PM, 'Les Vogel' via Google App Engine 
google-appengine@googlegroups.com wrote:

 Hope to have an example published by Tuesday of next week.

 Les

 On Fri, Jul 3, 2015 at 12:38 AM, Shruthi Sharat sruthi.kumb...@gmail.com
 wrote:

 Thank you so much for reply.

  I could able to use the identity toolkit API and able to login via G+
 and facebook.  But I am not able to access my endpoints by logging into G+
 or Facebook.

 Please let me know the procedure to do it. I can't find any documentation
 also.It will be a great help.

 Regards,
 Shruthi Kumbham

 On Thu, Jul 2, 2015 at 2:07 AM, 'Les Vogel' via Google App Engine 
 google-appengine@googlegroups.com wrote:

 Hi Shruthi,

 You might wish to take a look at the Google Identity Toolkit
 https://developers.google.com/identity/toolkit/ Libraries(Java
 https://github.com/google/identity-toolkit-java-client,  Go
 https://github.com/google/identity-toolkit-go-client )  Samples (
 Android https://github.com/googlesamples/identity-toolkit-android, iOS
 https://github.com/googlesamples/identity-toolkit-ios,  Java
 https://github.com/googlesamples/identity-toolkit-java).  It will let
 you do Facebook  G+ and your own authentication and connect with Android,
 iOS, and your backend on AppEngine.  The docs should help explain the
 product (and there are some samples on GitHub) -- we hope to publish a full
 end-to-end sample sometime within the next two weeks.

 Les

 On Wed, Jul 1, 2015 at 4:36 AM, Shruthi Sharat sruthi.kumb...@gmail.com
  wrote:

 Hi,

 I am working on Mobile application which has a Google App Engine
 backend, now i am able to login with G+ and access the APIs created in
 backend with oAuth.

   How can I access my backend APIs by logging in with any other social
 media platforms like facebook and twitter. How can i sync the oAuth of
 facebook and my Google App Engine APIs.

 Help me in finding a solution for this.

 Thank You

 --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com
 https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




 --
 Les Vogel | Cloud Developer Relations | l...@google.com | 408-676-7023

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/lgHZauv5NaY/unsubscribe
 .
 To unsubscribe from this group and all its topics, 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/CAGB1p5imd86%2BFKW6PxipWAPW51yGLnjfXwaf5jLXfrBvwOQvKg%40mail.gmail.com
 https://groups.google.com/d/msgid/google-appengine/CAGB1p5imd86%2BFKW6PxipWAPW51yGLnjfXwaf5jLXfrBvwOQvKg%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


  --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/CAO5vOabHN_pKgcEHPA7uRCnO_0ypZ5C36sn3Q4KvpxNhyQhX_A%40mail.gmail.com
 https://groups.google.com/d/msgid/google-appengine/CAO5vOabHN_pKgcEHPA7uRCnO_0ypZ5C36sn3Q4KvpxNhyQhX_A%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




 --
 Les Vogel | Cloud Developer Relations | l...@google.com | 408-676-7023

 --
 You received this message because you are 

Re: [google-appengine] Google App Engine Android Facebook login

2015-07-06 Thread 'Les Vogel' via Google App Engine
Hope to have an example published by Tuesday of next week.

Les

On Fri, Jul 3, 2015 at 12:38 AM, Shruthi Sharat sruthi.kumb...@gmail.com
wrote:

 Thank you so much for reply.

  I could able to use the identity toolkit API and able to login via G+ and
 facebook.  But I am not able to access my endpoints by logging into G+ or
 Facebook.

 Please let me know the procedure to do it. I can't find any documentation
 also.It will be a great help.

 Regards,
 Shruthi Kumbham

 On Thu, Jul 2, 2015 at 2:07 AM, 'Les Vogel' via Google App Engine 
 google-appengine@googlegroups.com wrote:

 Hi Shruthi,

 You might wish to take a look at the Google Identity Toolkit
 https://developers.google.com/identity/toolkit/ Libraries(Java
 https://github.com/google/identity-toolkit-java-client,  Go
 https://github.com/google/identity-toolkit-go-client )  Samples (
 Android https://github.com/googlesamples/identity-toolkit-android, iOS
 https://github.com/googlesamples/identity-toolkit-ios,  Java
 https://github.com/googlesamples/identity-toolkit-java).  It will let
 you do Facebook  G+ and your own authentication and connect with Android,
 iOS, and your backend on AppEngine.  The docs should help explain the
 product (and there are some samples on GitHub) -- we hope to publish a full
 end-to-end sample sometime within the next two weeks.

 Les

 On Wed, Jul 1, 2015 at 4:36 AM, Shruthi Sharat sruthi.kumb...@gmail.com
 wrote:

 Hi,

 I am working on Mobile application which has a Google App Engine
 backend, now i am able to login with G+ and access the APIs created in
 backend with oAuth.

   How can I access my backend APIs by logging in with any other social
 media platforms like facebook and twitter. How can i sync the oAuth of
 facebook and my Google App Engine APIs.

 Help me in finding a solution for this.

 Thank You

 --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com
 https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




 --
 Les Vogel | Cloud Developer Relations | l...@google.com | 408-676-7023

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/lgHZauv5NaY/unsubscribe
 .
 To unsubscribe from this group and all its topics, 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/CAGB1p5imd86%2BFKW6PxipWAPW51yGLnjfXwaf5jLXfrBvwOQvKg%40mail.gmail.com
 https://groups.google.com/d/msgid/google-appengine/CAGB1p5imd86%2BFKW6PxipWAPW51yGLnjfXwaf5jLXfrBvwOQvKg%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


  --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/CAO5vOabHN_pKgcEHPA7uRCnO_0ypZ5C36sn3Q4KvpxNhyQhX_A%40mail.gmail.com
 https://groups.google.com/d/msgid/google-appengine/CAO5vOabHN_pKgcEHPA7uRCnO_0ypZ5C36sn3Q4KvpxNhyQhX_A%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.




-- 
Les Vogel | Cloud Developer Relations | l...@google.com | 408-676-7023

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAGB1p5jzMd%2BYnpOmL%2BiNOpvHfk%3Dw6nKYeHqH16w%3D%3DLzmEgi%2Bbg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Google App Engine Android Facebook login

2015-07-03 Thread Shruthi Sharat
Thank you so much for reply.

 I could able to use the identity toolkit API and able to login via G+ and
facebook.  But I am not able to access my endpoints by logging into G+ or
Facebook.

Please let me know the procedure to do it. I can't find any documentation
also.It will be a great help.

Regards,
Shruthi Kumbham

On Thu, Jul 2, 2015 at 2:07 AM, 'Les Vogel' via Google App Engine 
google-appengine@googlegroups.com wrote:

 Hi Shruthi,

 You might wish to take a look at the Google Identity Toolkit
 https://developers.google.com/identity/toolkit/ Libraries(Java
 https://github.com/google/identity-toolkit-java-client,  Go
 https://github.com/google/identity-toolkit-go-client )  Samples (
 Android https://github.com/googlesamples/identity-toolkit-android, iOS
 https://github.com/googlesamples/identity-toolkit-ios,  Java
 https://github.com/googlesamples/identity-toolkit-java).  It will let
 you do Facebook  G+ and your own authentication and connect with Android,
 iOS, and your backend on AppEngine.  The docs should help explain the
 product (and there are some samples on GitHub) -- we hope to publish a full
 end-to-end sample sometime within the next two weeks.

 Les

 On Wed, Jul 1, 2015 at 4:36 AM, Shruthi Sharat sruthi.kumb...@gmail.com
 wrote:

 Hi,

 I am working on Mobile application which has a Google App Engine
 backend, now i am able to login with G+ and access the APIs created in
 backend with oAuth.

   How can I access my backend APIs by logging in with any other social
 media platforms like facebook and twitter. How can i sync the oAuth of
 facebook and my Google App Engine APIs.

 Help me in finding a solution for this.

 Thank You

 --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com
 https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




 --
 Les Vogel | Cloud Developer Relations | l...@google.com | 408-676-7023

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/lgHZauv5NaY/unsubscribe
 .
 To unsubscribe from this group and all its topics, 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/CAGB1p5imd86%2BFKW6PxipWAPW51yGLnjfXwaf5jLXfrBvwOQvKg%40mail.gmail.com
 https://groups.google.com/d/msgid/google-appengine/CAGB1p5imd86%2BFKW6PxipWAPW51yGLnjfXwaf5jLXfrBvwOQvKg%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAO5vOabHN_pKgcEHPA7uRCnO_0ypZ5C36sn3Q4KvpxNhyQhX_A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Google App Engine Android Facebook login

2015-07-01 Thread Shruthi Sharat
Hi,

I am working on Mobile application which has a Google App Engine 
backend, now i am able to login with G+ and access the APIs created in 
backend with oAuth.

  How can I access my backend APIs by logging in with any other social 
media platforms like facebook and twitter. How can i sync the oAuth of 
facebook and my Google App Engine APIs. 

Help me in finding a solution for this.

Thank You

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Google App Engine Android Facebook login

2015-07-01 Thread 'Les Vogel' via Google App Engine
Hi Shruthi,

You might wish to take a look at the Google Identity Toolkit
https://developers.google.com/identity/toolkit/ Libraries(Java
https://github.com/google/identity-toolkit-java-client,  Go
https://github.com/google/identity-toolkit-go-client )  Samples (Android
https://github.com/googlesamples/identity-toolkit-android, iOS
https://github.com/googlesamples/identity-toolkit-ios,  Java
https://github.com/googlesamples/identity-toolkit-java).  It will let you
do Facebook  G+ and your own authentication and connect with Android, iOS,
and your backend on AppEngine.  The docs should help explain the product
(and there are some samples on GitHub) -- we hope to publish a full
end-to-end sample sometime within the next two weeks.

Les

On Wed, Jul 1, 2015 at 4:36 AM, Shruthi Sharat sruthi.kumb...@gmail.com
wrote:

 Hi,

 I am working on Mobile application which has a Google App Engine
 backend, now i am able to login with G+ and access the APIs created in
 backend with oAuth.

   How can I access my backend APIs by logging in with any other social
 media platforms like facebook and twitter. How can i sync the oAuth of
 facebook and my Google App Engine APIs.

 Help me in finding a solution for this.

 Thank You

 --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com
 https://groups.google.com/d/msgid/google-appengine/5edb5eb2-9a36-419f-a35a-2bffb52811a6%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
Les Vogel | Cloud Developer Relations | l...@google.com | 408-676-7023

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAGB1p5imd86%2BFKW6PxipWAPW51yGLnjfXwaf5jLXfrBvwOQvKg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.