OAuth Authentication returning invalid client_id
-
m trying to authenticate wordpress api. Use https://public-api.wordpress.com/oauth2/authorize?client_id=your_client_id&redirect_uri=your_url&response_type=code.
I got response code. Using this code i make call https://public-api.wordpress.com/oauth2/token?redirect_uri=MYREDIRCETURL&client_secret=XXX&code=DDDD&client_id=YYYY&grant_type=authorization_code. After that this call i got following error ,
{“”error””:””invalid_client””,””error_description””:””The required ””client_id”” parameter is missing.””}.
i checked my client_id its correct.
Thanks in Advance.
Chella KThe blog I need help with is: (visible only to logged in users)
-
I have flagged this thread for Staff attentionas I’m not clear about what you are trying to achieve.
reference link > http://en.support.wordpress.com/api-keys/
-
We can’t really help with that. Please contact the correct folks at http://developer.wordpress.com/contact/
- The topic ‘OAuth Authentication returning invalid client_id’ is closed to new replies.