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?
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?
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
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?
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🥲
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.
@@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.
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.
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.
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.?
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 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.
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.
@@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.
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
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?
Yeah. That’s right.
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?
I have recorded this video long time back. It is possible that Twitter API has changed.
it's working as expected...
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?
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
You need to update the API authorization details. It will not be created on its own
api network doesn't seem to be there on the most recent version of postman.
Try this link - explore.postman.com/api/7013/twitter-api-v2
great, I want to know that can I able to change or update my Twitter profile picture using API
Look here - developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/post-account-update_profile_image
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?
Hi Nahia...Please explore the twitter api in order to find these answers.
Thank you SO much for this, so helpful :)
Glad it was helpful!
I have got a mail from Twitter for asking some questions where I have to send all this?
Are you talking regarding the creation of Twitter Developer account?
I've found the problem, it's because the scope is wrong, the correct one is to use space as separator, I used comma
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🥲
Good to know
It is not very difficult with Postman. You only need to work out the OAuth Authentication for X API
@@QASCRIPT is X API free?
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?
Thanks Prachi....Not sure about the tweet restrictions. Please check Twitter API Docs.
Can you show us how to authenticate with twitter using the bearer token? Thanks for this quick video! I did learn something!
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.
@@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.
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.
{
"title": "Unauthorized",
"type": "about:blank",
"status": 401,
"detail": "Unauthorized"
} getting this issue, How to resolve ?
As the error says unauthorized, your api auth token is not working
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.
Hey. Sorry but I don't know any other way of doing this right now. Will keep you posted if I find anything.
@@QASCRIPT Thanks
Thank's bro, Your video save lot of my work :)
Welcome 👍
For what purpose can we use the Twitter API?
There could be many use cases like your application is integrated with twitter or using some data from twitter
Hi Bijin @QAScript I have few question, could you please address those?
Sure
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.?
Sorry. I'm not aware of this.
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?
Hi Shivam. Which page are you referring to ?. Are you able to access twitter api with your account?.
@@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.
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.
how to use get user by username i tried but it does work.
What is the error you are getting ?
@@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.
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
Thanku so much, really appreciable.
Welcome
How to sign in with twitter in our own website?
Please refer to the Twitter API on how you can integrate with your website.
Thank you for such a quality video!
Glad you enjoyed it!
Thank you for the tutorial, that helps a lot!
Glad it helped!
Very helpful thank you so much !!
Welcome
How to get a Twitter Card with api ?
Read through this page - developer.twitter.com/en/docs/twitter-ads-api/creatives/api-reference/cards-fetch
Great vid, thanks!
No problem!
Your voice is exactly like me.
Great to hear that
Thank you so much!!
Glad it helped!
This didn't work for me, they've changed the Twitter API from the API Network
Try this link - explore.postman.com/api/7013/twitter-api-v2
very helpful
Glad to hear that
Belo tutorial
Thanks
Tks man
Welcome
need your some help
Sure