Twitter Oauth 1.0 using Postman client

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • #twitter #oauth

Komentáře • 43

  • @giannia2534
    @giannia2534 Před 2 lety +9

    If anyone is facing this issue:
    "Error processing your OAuth request: Invalid oauth_verifier parameter"
    Here is the solution I found after many tries:
    1. Be sure to configure your callback url on your account.
    2. In the first step, on the params needs to set this param oauth_callback={yourdomain} - (Maybe this not need but I settled)
    3. On the access_token endpoint, in the "Auth tab" go to ADVANCED section and set your Callback URL, Verifier value and the version: 1.0

    • @joelralphbalignasay4575
      @joelralphbalignasay4575 Před 2 lety +1

      tried this step but it seems not working on my end

    • @TrevorDBEYDAG
      @TrevorDBEYDAG Před rokem

      Same here I could not pass this step "Error processing your OAuth request: Invalid oauth_verifier parameter"

  • @xakher
    @xakher Před 3 lety +3

    I keep getting this error when I do POST oauth/access_token
    Error processing your OAuth request: Invalid oauth_verifier parameter
    while having both oauth_token and oauth_verifier in the params. I tried adding it to the headers but still same error.

    • @vibhutichoubey
      @vibhutichoubey Před 3 lety +1

      I'm also getting this error. Were you able to find any solution for this?

    • @xakher
      @xakher Před 3 lety +4

      @@vibhutichoubey I couldn't and it might be because of changes in their API.
      gist.github.com/moonmilk/035917e668872013c1bd
      Inshallah this helps.

    • @vibhutichoubey
      @vibhutichoubey Před 3 lety

      @@xakher Thanks alot! This actually helped

  • @khushbubora9022
    @khushbubora9022 Před 3 lety +1

    i am follow all steps but still it's not working
    {
    "title": "Unauthorized",
    "type": "about:blank",
    "status": 401,
    "detail": "Unauthorized"
    }

  • @rafaelnunes1150
    @rafaelnunes1150 Před 3 lety +1

    If anyone finds the same problems:
    verifier comes to me as a pin-code, and that pin-code must go into "Verifier" on the Authorization tab. Searched all over Google for this and found nothing

    • @wetter4293
      @wetter4293 Před 2 lety

      That's because you're using the following in your string:
      ?oauth_callback=oob
      gettitouddadere

  • @matiascomesana9097
    @matiascomesana9097 Před 3 lety +1

    I follow the guide and at the third step I get: Error processing your OAuth request: Invalid oauth_verifier parameter

    • @gokulj2226
      @gokulj2226 Před 2 lety +4

      I had the same issue.
      This solved my issue:
      In the access_token endpoint go to the "Auth tab" in the ADVANCED section set Verifier to your new oauth_verifier value.
      Note: It doesn't work if you are using old verifier. Use newly generated one every time you hit the endpoint, once you get an error the oauth_verifer becomes invalid i guess. And you get this error "This feature is temporarily unavailable". So generate new oauth_verifier everytime.
      Hope this helps.

    • @danangkraton6666
      @danangkraton6666 Před 2 lety

      @@gokulj2226 thankyou Verymuch

  • @Anton-ih4we
    @Anton-ih4we Před 4 lety +4

    You are a life saver. Thank you!:)

    • @dandman423
      @dandman423 Před 3 lety

      Can you please tell me how all the parameters were there for him to copy paste? when I follow along I have no parameters.

    • @Anton-ih4we
      @Anton-ih4we Před 3 lety

      @@dandman423 Do you mean the 2:10 part in the Video? When you're in Postman and set in the "Authorization" Panel (the Place where you previously added the Authorization to OAuth 1.0) the Authorization data to "Request Body/Request URL", the parameters will automatically be added in the "Params" Panel. Then you need to copy and paste them like in the Video and change the Authorization data to "Request Headers"

    • @dandman423
      @dandman423 Před 3 lety

      @@Anton-ih4we thanks very much, one other thing . I didn't see a callback in the video but the twitter doc said it's required , did you use one?

  • @hamdanaldabbas1574
    @hamdanaldabbas1574 Před 4 lety +2

    I wish there's a way to download postman enviroment you created.

  • @anandhsaspect4560
    @anandhsaspect4560 Před 2 lety +1

    Great Work! Thanks a lot.

  • @kolba3191
    @kolba3191 Před 2 lety

    im proud, im 100 person to like this

  • @aaronbell5994
    @aaronbell5994 Před 3 lety

    I see the light!

  • @gridgr1d258
    @gridgr1d258 Před 3 lety +2

    You’re a legend thank you man

    • @emmanuelmarlon6
      @emmanuelmarlon6 Před 3 lety

      You prolly dont give a shit but does anyone know a way to log back into an Instagram account..?
      I was stupid lost the login password. I would love any tips you can give me

    • @kasenronin7009
      @kasenronin7009 Před 3 lety

      @Emmanuel Marlon instablaster =)

    • @emmanuelmarlon6
      @emmanuelmarlon6 Před 3 lety

      @Kasen Ronin I really appreciate your reply. I found the site thru google and Im waiting for the hacking stuff now.
      Takes quite some time so I will get back to you later when my account password hopefully is recovered.

    • @emmanuelmarlon6
      @emmanuelmarlon6 Před 3 lety

      @Kasen Ronin It did the trick and I now got access to my account again. Im so happy:D
      Thanks so much you saved my account !

    • @kasenronin7009
      @kasenronin7009 Před 3 lety

      @Emmanuel Marlon no problem =)

  • @anthonymichaelpogliano3983

    Am I getting some sort of error or is there intentionally no audio for this video?

  • @zeeshanahmadkhalil8920

    Thanks, this was very helpful.

  • @berkantkz
    @berkantkz Před 3 lety +2

    Very easy and helpful. Thanks a lot, I appreciate this help.

  • @roarknguyen3192
    @roarknguyen3192 Před 2 lety

    Thanks a lot, I really appreciate

  • @Hasansaid51
    @Hasansaid51 Před 3 lety

    on postman this works for me
    but when trying to do this in React I Cannot get passed the first step
    any help?

  • @thamotharakannanganeshan4367

    it's works for me in postman
    how use in javascript any help?

  • @ABUTAHER-wg7gz
    @ABUTAHER-wg7gz Před 2 lety

    from where you get the auth_nonce and oauth_signature?

  • @Bdrod92
    @Bdrod92 Před 3 lety

    Big thanks dude

  • @sithembisoeugene2172
    @sithembisoeugene2172 Před 3 lety

    great, I want to know that can I able to change or update my Twitter profile picture using API

  • @muniozfernando
    @muniozfernando Před 4 lety +1

    Thanks

  • @soufianer3562
    @soufianer3562 Před 2 lety

    Thank you

  • @theultimaterelaxation6839

    i felt bored bro there is no voice but thank you any way 🌹 🌹

  • @debu4118
    @debu4118 Před 2 lety

    Oauth 2.0 video banaye

  • @akosimamart
    @akosimamart Před 4 lety

    Thank you I'm a ninja