long2506 / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

Profiles error: version 1.0 not supported #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.Add this to the scopes array
'https://www.google.com/m8/feeds/profiles/'

2.Send an authenticated request to
"https://www.google.com/m8/feeds/profiles/domain/$domain/full"
where $domain is your google apps domain

What is the expected output? 

I expect to see user profiles from my domain

What do you see instead?
"Version 1.0 is not supported."

What version of the product are you using? On what operating system?

google-api-php-client-0.5.0 on ubuntu 12.04 (apache2, php5)

Original issue reported on code.google.com by naomi.ro...@wandisco.com on 25 Jul 2012 at 5:04

GoogleCodeExporter commented 9 years ago
Is this still occurring? If so, please reopen with a minimal sample 
demonstrating the problem. Thanks!

Original comment by ianbar...@google.com on 22 Mar 2013 at 2:33