The docs are wrong. I may not have been clear enough about what I was doing. I'll try again. I was first passing the gdata-version parameter (with the value of '3.0') as part of the get request url.. this did not work (returned gdata-version 1.0). So either the docs are wrong or the code is broken.
#2 remains unanswered I'm already using json_decode and it does nicely for parsing into a php hash... but that doesn't tell me what information may be supported (ie a schema/dtd of all possible elements). On Jun 18, 11:10 am, rajchowiak <[email protected]> wrote: > Regarding version variable in my opinion documentation is ok. In > headers you send "gdata-version" in GET add "v" to URL. > > In second question you can check how response is build using > "json_decode" function on response and dump result (erase any line > escape before). > > Unfortunatly with question 3 i can not help you. > > On 18 Cze, 17:30, Donovan Walker <[email protected]> wrote: > > > > > Thanks for helping with my first question. > > > It looks like adding the 3.0 request to the header (instead of a param > > in the GET string) does work.. though this directly conflicts with the > > documentation.http://code.google.com/apis/contacts/docs/3.0/developers_guide_protoc... > > (someone at google please fix this! (you guys totally should have > > given me that job... oh wait that was youtube...)) > > > Also, I'm using OAuth/HMAC for authentication > > > Can anyone help with the other 2 questions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Contacts API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-contacts-api?hl=en -~----------~----~----~----~------~----~------~--~---
