Windy Community
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    • Register
    • Login
    1. Home
    2. Artem Mustafin
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    Artem Mustafin

    @Artem Mustafin

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Artem Mustafin Unfollow Follow

    Latest posts made by Artem Mustafin

    • RE: Oauth problems

      value 'string' lost in original post for provided fields. I have same values for 'code' and 'authorization_code' fields.

      posted in Developers
      Artem MustafinA
      Artem Mustafin
    • Oauth problems

      Hello, I have an issue with oauth. My request to https://account.windy.com/auth/token has in the body such fields:
      {
      client_id: ,
      client_secret: ,
      grant_type: 'authorization_code',
      code: ,
      authorization_code:
      }
      I expect to get correct token, but actually get:
      {
      "error": "server_error",
      "error_description": "Authorization Code Not Found"
      }
      Are there other required fieds, or some misspell? Any other ideas about why doesn't that work?

      posted in Developers
      Artem MustafinA
      Artem Mustafin