I’m trying to include my free wordpress.com blog on my personal website using CakePHP. Displaying all the posts and accessing to each post on my website works fine but I can’t post a comment. I’m getting :
[
‘error’ => ‘unauthorized’,
‘message’ => ‘That API call is not allowed for this account.’
]
every time I submit a comment and I’m wondering why?
I had to use the authorize url instead of the authenticate url.
Ok i found it. Here is details where to change.
I have changed AUTHENTICATE_URL with Authorize_URL and it works for me.