Postman Tutorial - Get Started With Twitter API In Few Minutes

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 80

  • @syedhannan546
    @syedhannan546 3 роки тому +1

    looks like the UI of postman has changed now. Do we need to search for twitter api v2 and then fork it? is it correct to do so?

    • @QASCRIPT
      @QASCRIPT  3 роки тому +1

      Yeah. That’s right.

  • @diegoriccardi7776
    @diegoriccardi7776 Рік тому

    Very clear! I tried everything you did but I'm facing issues "Appropriate Level of API Access" / "Client not enrolled". Do you know if anything changed on twitter api?

    • @QASCRIPT
      @QASCRIPT  Рік тому

      I have recorded this video long time back. It is possible that Twitter API has changed.

    • @sumitupadhyay6377
      @sumitupadhyay6377 Рік тому

      it's working as expected...

  • @luzansi-m3y
    @luzansi-m3y 6 місяців тому

    I am accessing oauth2 authorization with a jump to the user login page, but when I log in to my Twitter account it doesn't go to the authorization authentication, it goes straight to the Twitter home page, is something wrong?

  • @KrishivJoshi-e6q
    @KrishivJoshi-e6q 4 місяці тому

    Hello, for me environment is not geting created automatically when I fork or import twitter api 2. So I get 401 authorisation error. can you please help

    • @QASCRIPT
      @QASCRIPT  4 місяці тому

      You need to update the API authorization details. It will not be created on its own

  • @coggy123
    @coggy123 3 роки тому

    api network doesn't seem to be there on the most recent version of postman.

    • @QASCRIPT
      @QASCRIPT  3 роки тому +1

      Try this link - explore.postman.com/api/7013/twitter-api-v2

  • @sithembisoeugene2172
    @sithembisoeugene2172 3 роки тому

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

    • @QASCRIPT
      @QASCRIPT  3 роки тому

      Look here - developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/post-account-update_profile_image

  • @nahiaidoyaga9093
    @nahiaidoyaga9093 3 роки тому

    Hello
    Thank you very much for this video, I have two questions
    1)How to display only the content (text) of the tweets but not the user?
    2) How to download more than 100 tweets. I mean if for example I want to know everything that was said yesterday about covid with this search I only see 100 tweets and not all of them. how can I see all of them?

    • @QASCRIPT
      @QASCRIPT  3 роки тому

      Hi Nahia...Please explore the twitter api in order to find these answers.

  • @lostbobbiepins
    @lostbobbiepins 3 роки тому +1

    Thank you SO much for this, so helpful :)

    • @QASCRIPT
      @QASCRIPT  3 роки тому +1

      Glad it was helpful!

  • @RahulPandit-fm9bg
    @RahulPandit-fm9bg 3 роки тому

    I have got a mail from Twitter for asking some questions where I have to send all this?

    • @QASCRIPT
      @QASCRIPT  3 роки тому

      Are you talking regarding the creation of Twitter Developer account?

  • @luzansi-m3y
    @luzansi-m3y 6 місяців тому

    I've found the problem, it's because the scope is wrong, the correct one is to use space as separator, I used comma

    • @lalateume4364
      @lalateume4364 6 місяців тому

      Can you help me , I have a project and the deadline after 10 days , I have to use POSTMAN tool to test, is using X API easy or there is problems I will face? I need something fast and easy to do🥲

    • @QASCRIPT
      @QASCRIPT  6 місяців тому

      Good to know

    • @QASCRIPT
      @QASCRIPT  6 місяців тому

      It is not very difficult with Postman. You only need to work out the OAuth Authentication for X API

    • @lalateume4364
      @lalateume4364 6 місяців тому

      @@QASCRIPT is X API free?

  • @pgtokyo862
    @pgtokyo862 4 роки тому

    Very helpful video! Are there restrictions on the number of tweets tweeted by a user that can be downloaded ? How can we go around that?

    • @QASCRIPT
      @QASCRIPT  4 роки тому

      Thanks Prachi....Not sure about the tweet restrictions. Please check Twitter API Docs.

  • @PostMeridianLyf
    @PostMeridianLyf 4 роки тому +1

    Can you show us how to authenticate with twitter using the bearer token? Thanks for this quick video! I did learn something!

    • @QASCRIPT
      @QASCRIPT  4 роки тому +1

      Thanks for watching the video. If you would just like to authenticate the twitter API using bearer token, then you can select Authorization type as "Bearer Token" and use the same environment variable "access_token" in Token.

    • @PostMeridianLyf
      @PostMeridianLyf 4 роки тому +1

      @@QASCRIPT Awesome! Thanks! I was able to select the bearer token for Auth, However, I am still getting unauthorized error when sending a request to twitter. Do I need to put anything in the header or find some way to authorize myself? If you could do a video showing some simple requests that would help a lot for me at least.

    • @QASCRIPT
      @QASCRIPT  4 роки тому +1

      For most of the Twitter API requests you will need all 4 API Tokens and Keys as shown in the video. There are only few requests which can be sent by using only the Bearer Token. I'll try to create a video soon. Thanks for your patience.

  • @OmkareshwarHalli-s6t
    @OmkareshwarHalli-s6t 3 місяці тому

    {
    "title": "Unauthorized",
    "type": "about:blank",
    "status": 401,
    "detail": "Unauthorized"
    } getting this issue, How to resolve ?

    • @QASCRIPT
      @QASCRIPT  3 місяці тому

      As the error says unauthorized, your api auth token is not working

  • @SuperMa06
    @SuperMa06 4 роки тому

    Hello, thank you for the tutorial. I have a question: I'm trying to create an app on Twitter to use their API to post tweets from my website, but I constantly get unapproved by them without any obvious reasons. Is there any way to post tweets without using their API? for example any third-party solutions or crawling Twitter or any other way? Thanks.

    • @QASCRIPT
      @QASCRIPT  4 роки тому +1

      Hey. Sorry but I don't know any other way of doing this right now. Will keep you posted if I find anything.

    • @SuperMa06
      @SuperMa06 4 роки тому

      @@QASCRIPT Thanks

  • @PCGAMER-sd2wg
    @PCGAMER-sd2wg 3 роки тому

    Thank's bro, Your video save lot of my work :)

  • @syedhannan546
    @syedhannan546 3 роки тому

    For what purpose can we use the Twitter API?

    • @QASCRIPT
      @QASCRIPT  3 роки тому

      There could be many use cases like your application is integrated with twitter or using some data from twitter

  • @rajatsinghal4751
    @rajatsinghal4751 Рік тому

    Hi Bijin @QAScript I have few question, could you please address those?

  • @sumitupadhyay6377
    @sumitupadhyay6377 Рік тому

    Hey bro i tried this and my tweet successfully get posted but when i am using this with my app it is showing an error of CORS policy. is there any way to configure my domain through twitter api.?

    • @QASCRIPT
      @QASCRIPT  Рік тому

      Sorry. I'm not aware of this.

  • @shivamkohli2142
    @shivamkohli2142 4 роки тому

    Hi, I created a twitter account but when i login i am not able to go Intended use page , I have filled my basic info as well. Can you please help me in this?

    • @QASCRIPT
      @QASCRIPT  4 роки тому

      Hi Shivam. Which page are you referring to ?. Are you able to access twitter api with your account?.

    • @shivamkohli2142
      @shivamkohli2142 4 роки тому

      ​@@QASCRIPT i mean the username page where we enter our basic details like country, email etc as shown in your video. I am not able access twitter api with my account. However, when i login the Home page displays.

    • @QASCRIPT
      @QASCRIPT  4 роки тому

      It means your request for developer account was not accepted by Twitter. Please create a separate account and provide proper justification on why you need to use twitter api.

  • @khushbubora9022
    @khushbubora9022 3 роки тому

    how to use get user by username i tried but it does work.

    • @QASCRIPT
      @QASCRIPT  3 роки тому

      What is the error you are getting ?

    • @khushbubora9022
      @khushbubora9022 3 роки тому

      @@QASCRIPT now It's working properly but but i get only one result if i use get by username but i want top 10 profiles id with that name what should i do for that.

    • @QASCRIPT
      @QASCRIPT  3 роки тому

      Have you tried - Users by Username. If you need more help with this join our telegram channel as it is not possible to post screenshots here - t.me/joinchat/flumrR9nZDRlYWVl

  • @KeshavKumar-cr9kx
    @KeshavKumar-cr9kx 3 роки тому

    Thanku so much, really appreciable.

  • @rafatparvren9249
    @rafatparvren9249 4 роки тому

    How to sign in with twitter in our own website?

    • @QASCRIPT
      @QASCRIPT  4 роки тому

      Please refer to the Twitter API on how you can integrate with your website.

  • @LogeshSLohit
    @LogeshSLohit 3 роки тому

    Thank you for such a quality video!

    • @QASCRIPT
      @QASCRIPT  3 роки тому

      Glad you enjoyed it!

  • @adrianosoares4475
    @adrianosoares4475 3 роки тому

    Thank you for the tutorial, that helps a lot!

  • @Carlos-yr9ff
    @Carlos-yr9ff 3 роки тому

    Very helpful thank you so much !!

  • @amarpreetsingh6016
    @amarpreetsingh6016 3 роки тому

    How to get a Twitter Card with api ?

    • @QASCRIPT
      @QASCRIPT  3 роки тому

      Read through this page - developer.twitter.com/en/docs/twitter-ads-api/creatives/api-reference/cards-fetch

  • @tommy--k
    @tommy--k 4 роки тому

    Great vid, thanks!

  • @himanshulahare7378
    @himanshulahare7378 2 роки тому

    Your voice is exactly like me.

    • @QASCRIPT
      @QASCRIPT  2 роки тому

      Great to hear that

  • @tommywithacamera
    @tommywithacamera 3 роки тому

    Thank you so much!!

  • @rafaelnunes1150
    @rafaelnunes1150 3 роки тому

    This didn't work for me, they've changed the Twitter API from the API Network

    • @QASCRIPT
      @QASCRIPT  3 роки тому

      Try this link - explore.postman.com/api/7013/twitter-api-v2

  • @emilieannramsahai7692
    @emilieannramsahai7692 3 роки тому

    very helpful

  • @marcosromeubenedetti5012
    @marcosromeubenedetti5012 Рік тому

    Belo tutorial

  • @fabianostips
    @fabianostips 3 роки тому

    Tks man

  • @web3tuber
    @web3tuber Рік тому

    need your some help