Re: OAuth 2.0 token
James Bryant <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
is there a guide on how to use the offline authorization code? the example provided is hard to understand :( ps. I am new to programing On Thursday, June 4, 2015 at 7:23:04 PM UTC-5, Brett Morgan wrote: > > Heya James, please look at OAuth offline access > <https://developers.google.com/identity/protocols/OAuth2WebServer#offline> > . > > On Fri, Jun 5, 2015 at 10:16 AM James Bryant <[email protected] > <javascript:>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/bloggerdev. >> For more options, visit https://groups.google.com/d/optout. >> > -- 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.