pownraj-anubavam / 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

i want to decode json response of blogger blog result and blog post, comment result using php #181

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
https://www.googleapis.com/blogger/v2/blogs/2399953/posts&key=YOUR-API-KEY

i gave my blog id with application key i got result in json format also,
but i don't know how decode the json result using php

Original issue reported on code.google.com by rajesh.d...@gmail.com on 29 Aug 2012 at 8:13

GoogleCodeExporter commented 9 years ago
Take a look at the Google_BloggerService.php under src/contrib/

Original comment by ianbar...@google.com on 22 Mar 2013 at 3:24