Working with the Twitter API Using Postman - Webinar

Поделиться
HTML-код
  • Опубликовано: 28 окт 2024

Комментарии • 14

  • @saurabhbhambry
    @saurabhbhambry 4 года назад

    Thank you for the walk through. It's amazing, how Postman simplifies creating these Twitter API collections. The example where you are monitoring Covid related tweets from all county public health departments of all 50 states is quite interesting.

    • @jonasgianni2218
      @jonasgianni2218 3 года назад

      sorry to be offtopic but does anyone know of a trick to log back into an instagram account?
      I was stupid forgot the login password. I would love any tricks you can give me.

  • @mhnpp4874
    @mhnpp4874 3 года назад

    Fanstastic! thank you so much for this explanation. I am student trying to learn postman for academic research. It would be a great assistance if you could clarify two of my simple doubts. (1) Do tweets include original tweets as well as replies to other tweets? (2) How can we collect retweets with quotes (comments) while excluding simple retweets?

  • @DylanCaponi
    @DylanCaponi 4 года назад

    First issue I ran into is:
    "Collection Import failed
    This collection could not be imported. Try again with a different workspace or open Postman anyway."
    On newest Chrome and Brave running the web version.

  • @mhnpp4874
    @mhnpp4874 2 года назад

    Hello, I’m using the Academic Track of Twitter with Twitter API v2. I am going to do an archive search. I want Tweets from individual users based on keywords for a particular period of time. Any help is appreciated

  • @DylanCaponi
    @DylanCaponi 4 года назад

    Second issue I ran into is that recent search fails with:
    {"title":"Unauthorized","type":"about:blank","status":401,"detail":"Unauthorized"}
    I have edited the environment with our relevant secrets and also have that environment selected.
    The query was:
    api.twitter.com/2/tweets/search/recent?tweet.fields=text,attachments&query={from:}

    • @postman
      @postman  3 года назад

      If you're still having this issue please ask the question on our community forum so someone can help! community.postman.com

  • @monanasery1992
    @monanasery1992 3 года назад

    Thanks for posting this. In 13:14 (Recent Search (V2)-COVID-19): I don't understand why I receive "1" in response when I click "Send"! (The status code is 410 Gone).
    I pasted my bearer token in the authorization tab. Also, my environment is Twitter (V2)(PUBLISH). I also tried with another environment "Twitter API v2". I appreciate if you help me with this.

    • @postman
      @postman  3 года назад +1

      Hey Mona - This probably means that the endpoint isn't accessible through this URL anymore. I'd recommend checking out the Twitter API Reference directly: developer.twitter.com/en/docs/twitter-api/tweets/search/introduction
      There's also a "Run in Postman" button at the bottom of the page you can use to import the call directly in Postman. :)

    • @monanasery1992
      @monanasery1992 3 года назад +1

      @@postman Thank you!

  • @sithembisoeugene2172
    @sithembisoeugene2172 3 года назад

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

    • @postman
      @postman  3 года назад +1

      I'd recommend asking on the Twitter Community Forum: twittercommunity.com/

  • @johnkelly8101
    @johnkelly8101 3 года назад

    It looks like Postman changed their interface, this video will not be helpful.

    • @postman
      @postman  3 года назад

      The interface has changed but all the functionalities showned in the video are still accessible. The main difference is that you now have the Collections/APIs/History tabs as tabs on top of each other on the left-hand side.