Update url references
This commit is contained in:
parent
053760f5f3
commit
a5c3ab9f3b
|
@ -8,16 +8,21 @@ If you do, then you will need to do the following in order to use Live Writer wi
|
|||
|
||||
1. Head over to the [Google developer console](https://console.developers.google.com/project)
|
||||
2. Create a new project
|
||||
[[images/ConnectingToBloggerImage1.png]]
|
||||
|
||||
![](images/ConnectingToBloggerImage1.png?raw=true)
|
||||
3. Once created, the console will take you to the dashboard for that project, click where it says Enable and Manage APIs
|
||||
[[images/ConnectingToBloggerImage2.png]]
|
||||
|
||||
![](images/ConnectingToBloggerImage2.png?raw=true)
|
||||
4. Search for the Blogger API
|
||||
[[images/ConnectingToBloggerImage3.png]]
|
||||
|
||||
![](images/ConnectingToBloggerImage3.png?raw=true)
|
||||
5. Enable that API
|
||||
[[images/ConnectingToBloggerImage4.png]]
|
||||
|
||||
![](images/ConnectingToBloggerImage4.png?raw=true)
|
||||
6. Click on Credentials on the left
|
||||
7. In the New Credentials drop down, choose OAuth Client ID
|
||||
[[images/ConnectingToBloggerImage5.png]]
|
||||
|
||||
![](images/ConnectingToBloggerImage5.png?raw=true)
|
||||
8. If you haven't added any details for your project's consent screen, you'll need to do so at this point.
|
||||
9. When prompted for your application type, choose other, and just give it a name, then click Create
|
||||
10. You will then be shown the client ID and Client Secret that need to be used.
|
||||
|
|
Loading…
Reference in New Issue