[google-appengine] Re: Post on Google plus Wall

2015-09-29 Thread kcc pac
Ryan,

Yes, Google+ Domain API has all I need. The only problem is that I can not 
afford to pay the per user fee as my application is for experiment only. I 
just like using the messaging feature to introduce the circle members my 
app. If I wasn't able to do that, I would have to find other means to do 
that.. 

Colin

PS: Private messaging can be my solution. It is only available in Google+ 
domain API but not in Google + API.

On Tuesday, September 29, 2015 at 1:04:16 PM UTC-4, Ryan (Cloud Platform 
Support) wrote:
>
> Salutations,
>
> Is this what you are looking for?  
> <https://developers.google.com/+/domains/posts/creating>
>
> On Monday, September 28, 2015 at 8:01:34 PM UTC-4, kcc pac wrote:
>>
>> hi all,
>>
>> I had tried using gplus.moment.insert to put a post on Google Plus Wall. 
>> But, I got HTTP code of 500. After I further investigate on the API, I 
>> found that moment api is no longer supported. Just wonder if there are 
>> other means to post message on Google Plus Wall programmatically.
>>
>> Thanks.
>>
>> Colin
>>
>

-- 
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/900e39ab-dea7-4bf8-9ea5-419e07add6fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Post on Google plus Wall

2015-09-28 Thread kcc pac
hi all,

I had tried using gplus.moment.insert to put a post on Google Plus Wall. 
But, I got HTTP code of 500. After I further investigate on the API, I 
found that moment api is no longer supported. Just wonder if there are 
other means to post message on Google Plus Wall programmatically.

Thanks.

Colin

-- 
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/c8a3fc9c-6bbb-42eb-b68a-02b9e2a88bc3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: google plus circle in appengine

2015-09-25 Thread kcc pac
Patrice,

This is a design issue to me. From my investigation in the issue, it is 
deliberately not to expose email address among google plus circle members 
(due to the potential spam issues). The aim is to force to use other means 
(activities and post in Google Plus platform) for communication purpose. 
But, shouldn't the user give his consent when joining the circle? And 
again, that is the reason why I ask if there are other means to communicate 
privately between circle owner and its members..


Colin

On Friday, September 25, 2015 at 4:36:14 PM UTC-4, Patrice (Cloud Platform 
Support) wrote:
>
> Hi Colin,
>
> Hmm, I see. I am starting to think this is expected behavior then (not 
> extremely familiar with the Google+ API). The way I understand it from the 
> docs explaining what you get in "emails[]" from a person resource, you need 
> to have THAT person grant the email scope to your application as well. When 
> you think about it, it makes sense.
>
> If user A granted your application the scope to get their email, why 
> should you get access to the email of user B, that's in his circle, if user 
> B didn't explicitly grant you access to HIS email.
>
> The documents could be clearer about this, but I do believe it makes 
> sense. Don't you?
>
> Cheers!
>
> On Friday, September 25, 2015 at 3:55:27 PM UTC-4, kcc pac wrote:
>>
>> I use exactly the calls you suggested. But, the email field is null. 
>>
>> Colin
>>
>> On Friday, September 25, 2015 at 3:28:17 PM UTC-4, Patrice (Cloud 
>> Platform Support) wrote:
>>>
>>> Hi again,
>>>
>>> I did misunderstand your request, apologies for that.
>>>
>>> In a single call, it will not be possible, but I believe that you can do 
>>> a "people:list 
>>> <https://developers.google.com/+/web/api/rest/latest/people/list#try-it>" 
>>> with the "collection" set to visible. That will give you all users in 
>>> someone's circle. From there, you can do single calls to "people:get" to 
>>> get their email.
>>>
>>> Cheers
>>>
>>> On Friday, September 25, 2015 at 2:56:31 PM UTC-4, kcc pac wrote:
>>>>
>>>> Patrice,
>>>>
>>>> Thank you for your reply. 
>>>>
>>>> Yes, the people:get call is able to retrieve email information for the 
>>>> user (after google login) but not his google circle members. From my 
>>>> googling, it says that the email address is not disclosed across his 
>>>> google 
>>>> plus circle members. Just wonder how gmail can retrieve the email address 
>>>> after login through Google plus.
>>>>
>>>> Colin
>>>>
>>>> On Friday, September 25, 2015 at 1:28:55 PM UTC-4, Patrice (Cloud 
>>>> Platform Support) wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> I'm pretty sure you can actually get the email from an ID. As 
>>>>> explained here 
>>>>> <https://developers.google.com/+/web/api/rest/latest/people/get>, a 
>>>>> "people:get" gives you all the info shown here 
>>>>> <https://developers.google.com/+/web/api/rest/latest/people#resource>, 
>>>>> which does contain emails. Maybe if the user didn't give permission for 
>>>>> the 
>>>>> email scope that won't work?
>>>>>
>>>>> Cheers
>>>>>
>>>>> On Thursday, September 24, 2015 at 8:41:41 PM UTC-4, kcc pac wrote:
>>>>>>
>>>>>> hi all,
>>>>>>
>>>>>> how can I email to members in google plus circle using the member 
>>>>>> google+ Id? or other ways to info the members.. Apparently, the email 
>>>>>> can 
>>>>>> not be retrieved by using google plus people API.
>>>>>>
>>>>>> Thanks.
>>>>>>
>>>>>> Colin
>>>>>>
>>>>>

-- 
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/49e1dd6b-e0a5-47a2-a986-1007df79e23a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: google plus circle in appengine

2015-09-25 Thread kcc pac
I use exactly the calls you suggested. But, the email field is null. 

Colin

On Friday, September 25, 2015 at 3:28:17 PM UTC-4, Patrice (Cloud Platform 
Support) wrote:
>
> Hi again,
>
> I did misunderstand your request, apologies for that.
>
> In a single call, it will not be possible, but I believe that you can do a 
> "people:list 
> <https://developers.google.com/+/web/api/rest/latest/people/list#try-it>" 
> with the "collection" set to visible. That will give you all users in 
> someone's circle. From there, you can do single calls to "people:get" to 
> get their email.
>
> Cheers
>
> On Friday, September 25, 2015 at 2:56:31 PM UTC-4, kcc pac wrote:
>>
>> Patrice,
>>
>> Thank you for your reply. 
>>
>> Yes, the people:get call is able to retrieve email information for the 
>> user (after google login) but not his google circle members. From my 
>> googling, it says that the email address is not disclosed across his google 
>> plus circle members. Just wonder how gmail can retrieve the email address 
>> after login through Google plus.
>>
>> Colin
>>
>> On Friday, September 25, 2015 at 1:28:55 PM UTC-4, Patrice (Cloud 
>> Platform Support) wrote:
>>>
>>> Hi,
>>>
>>> I'm pretty sure you can actually get the email from an ID. As explained 
>>> here <https://developers.google.com/+/web/api/rest/latest/people/get>, 
>>> a "people:get" gives you all the info shown here 
>>> <https://developers.google.com/+/web/api/rest/latest/people#resource>, 
>>> which does contain emails. Maybe if the user didn't give permission for the 
>>> email scope that won't work?
>>>
>>> Cheers
>>>
>>> On Thursday, September 24, 2015 at 8:41:41 PM UTC-4, kcc pac wrote:
>>>>
>>>> hi all,
>>>>
>>>> how can I email to members in google plus circle using the member 
>>>> google+ Id? or other ways to info the members.. Apparently, the email can 
>>>> not be retrieved by using google plus people API.
>>>>
>>>> Thanks.
>>>>
>>>> Colin
>>>>
>>>

-- 
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/d756a7dc-118b-4191-86d6-097c46b6e1a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: google plus circle in appengine

2015-09-25 Thread kcc pac
Patrice,

Thank you for your reply. 

Yes, the people:get call is able to retrieve email information for the user 
(after google login) but not his google circle members. From my googling, 
it says that the email address is not disclosed across his google plus 
circle members. Just wonder how gmail can retrieve the email address after 
login through Google plus.

Colin

On Friday, September 25, 2015 at 1:28:55 PM UTC-4, Patrice (Cloud Platform 
Support) wrote:
>
> Hi,
>
> I'm pretty sure you can actually get the email from an ID. As explained 
> here <https://developers.google.com/+/web/api/rest/latest/people/get>, a 
> "people:get" gives you all the info shown here 
> <https://developers.google.com/+/web/api/rest/latest/people#resource>, 
> which does contain emails. Maybe if the user didn't give permission for the 
> email scope that won't work?
>
> Cheers
>
> On Thursday, September 24, 2015 at 8:41:41 PM UTC-4, kcc pac wrote:
>>
>> hi all,
>>
>> how can I email to members in google plus circle using the member google+ 
>> Id? or other ways to info the members.. Apparently, the email can not be 
>> retrieved by using google plus people API.
>>
>> Thanks.
>>
>> Colin
>>
>

-- 
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/6aa8219e-a6c1-4518-bd11-e4b5c119199b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] google plus circle in appengine

2015-09-24 Thread kcc pac
hi all,

how can I email to members in google plus circle using the member google+ 
Id? or other ways to info the members.. Apparently, the email can not be 
retrieved by using google plus people API.

Thanks.

Colin

-- 
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/81456242-cf64-4942-9115-e0cce838b8ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Android app using Google + domains API

2015-08-26 Thread kcc pac

hi all,

I have been developing a client server application in Android. Currently 
the application uses Google + API for authentication purpose, I would like 
to switch to Google + domain API for authentication and user 's social info 
retrieval. But, apparently, Google + domain API is only available for close 
group (i.e. Google app for work or for school). Just wonder if it can be 
used for general purpose application (i.e. to limit the data sharing within 
a Google + circle).

And what is the approach if I like to test Google + domain API(s) out ? I 
had tried the Google + domain sample code but keep getting 4xx error code.
 
Thanks.

Colin


-- 
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/0faed0c1-bfc2-40e3-a5fb-7fb0cb2895d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.