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

Can any one help me in Posting in Blogger via API ? #371

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am attaching the file i am using to post.

I have access to blogger API.

When i run the this script i get 

Error: invalid_request
Missing required parameter: scope

Can anyone help me with it ?

Even there is no sample Blogger Api script.

Original issue reported on code.google.com by techaddi...@gmail.com on 17 Aug 2013 at 7:19

Attachments:

GoogleCodeExporter commented 8 years ago
You need to create a Google_BloggerService not a Resource. That will add the 
scopes to your client. For a sample, see: 
http://gayanonline.blogspot.nl/2013/03/google-api-v3-with-php-using-blogger.html

Original comment by ianbar...@google.com on 19 Aug 2013 at 10:25