1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How can get contact and send email via yahoo API

Discussion in 'Yahoo API' started by mehdi.sadeghian, Jun 21, 2020.

  1. #1
    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
     
    mehdi.sadeghian, Jun 21, 2020 IP
  2. franciscodwd

    franciscodwd Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    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?
     
    franciscodwd, Dec 16, 2020 IP