In my application, I need to send an email by the user's Yahoo. already I called yahoo Auth (get_token) API and I could get token but when I call userInfo's API https://api.login.yahoo.com/openid/v1/userinfo the response is: getMethod: URL: https://api.login.yahoo.com/openid/v1/userinfo header:Authorization:Bearer<access token> response status 403Forbidden OR post Method: URL: https://api.login.yahoo.com/openid/v1/userinfo body:{"access_token":"Bearer <access token>"} response status 400BadRequest {"error":{"localizedMessage":"client request is not acceptable or not supported","errorId":"INVALID_INPUT","message":"client request is not acceptable or not supported"}} also, I need to send email API and fetch contact list API? is there anybody help me? thanks in advance
Hello. I am currently struggling to get user data. I also already have the access token, but i'm not able to get user data. I'm using PHP but I'm not sure what format they want the request to be. Have you solved this?