| Newsgroups |
gmane.comp.web.blogger.api |
| Message-ID |
<[email protected]> |
Hi James,
I have implemented a trick, which bascially consists in caching the refresh
token in a text file.
You can then request new access tokens with this refresh token :)
Cheers,
Nuno
On Friday, June 5, 2015 at 2:16:10 AM UTC+2, James Bryant wrote:
>
> is there a way to get OAuth 2.0 token that doesn't expire? If not, is there another way to do Authorization for POST?
>
>
> This is what I want to use:
>
> POST https://www.googleapis.com/blogger/v3/blogs/8070105920543249955/posts/
> Authorization: /* OAuth 2.0 token here */
> Content-Type: application/json
>
> {
> "kind": "blogger#post",
> "blog": {
> "id": "8070105920543249955"
> },
> "title": "A new post",
> "content": "With <b>exciting</b> content..."
> }
>
>
>
--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/d/optout.