[Help] am unable to authenicate to blogger API for creating posts from PHP script runned in localhost (from My PC)

rkit

Newbie
Joined
Oct 14, 2022
Messages
25
Reaction score
9
I want create / posting posts to blogger via its API in PHP by using cURL library but if failed to authenticate my request it return nothing in response? publishing status set to In production in google cloud console. Any help
 
Even in production, you must:
  • Enable Blogger API v3 in your Google Cloud project.
  • Create OAuth 2.0 credentials (Client ID and Secret).
  • Configure the OAuth consent screen with required scopes
 
Even in production, you must:
  • Enable Blogger API v3 in your Google Cloud project.
  • Create OAuth 2.0 credentials (Client ID and Secret).
  • Configure the OAuth consent screen with required scopes
all things above already done, still after login for authentication it return nothing response in cURL, curl_exec(curl_init())
 
Back
Top