Yahoo PHP SDK - consumer key rejected error

I am trying to use the PHP SDK provided by Yahoo on my website. I did not request any additional personal data (special permissions).

However, I always get the oauth_problem=consumer_key_rejected error every time I try.

Can someone please tell me what could be the mistake I am making?

Please let me know if you need more information about this.

+4
source share
2 answers

I had the same problem. This seems unrelated, but as soon as I allowed access to private data access, the problem disappeared. I believe that you can choose any access to personal data. For example, I turned on Knowledge Plus, and now it works for me.

+1
source

You must create an account with Yahoo! Messenger OAuth API Key Then you will receive the keys. and the Yahoo Messenger API for php has some problems, but the database is working correctly.

for example, it will make JSON code manually: D

  {'': ''} 

something like this, but you have to do it with the json_encode() php function.

0
source

Source: https://habr.com/ru/post/1343565/


All Articles