One of my friend give me this challenge.
Monitor/Scan any twitter account for specified keywords inputted into the
program and grab the twitter Link Instantly and proceed to add to cart.
Must be using the Twitter API with oauth! Must find the tweet instantly or
BEFORE it is even tweeted out by the twitter account!
Please guide me
Thanks
You can get information based on tweets with the twitter GET search/tweets API.
There is no way anyone can guide you through all of this from here. But we can shoot you in the right directions and help you through the parts you get stuck at!
Here is a link to the GET search/tweets API
Click Here
Get the API and build a working environment on your local machine. From there if you run in to problems ask and you shall receive answers!
Hope this helps!
Related
I was having trouble trying to list all the events of a specific Google Calender using PHP. I was wondering if I could see a working example?
I've looked at documentation here, but it isn't working for me. If someone could give a working example of a service account listing the events of a certain calender, that would be awesome!
check this link spunmonkey.com/display-contents-google-calendar-php . What is your issue with google calendar? Are you not able to retrieve all the events which are in your calendar? Are you getting any error while retreiving? You can try your request here developers.google.com/google-apps/calendar/v3/reference/events/…. Please post your code and error if you have any?
Use this for a guide, but make sure to share your calendar first!All credit goes to SGC.
I am using Twitter's API to retrieve user tweets (via screen name). However this is returning all "retweets" and random replies to other twitter users. I've been searching through Twitter's API to find a way to ONLY pull back the tweets instead of both tweet & reply but can not find a good solution. Could anyone lend a hand?
Thank you.
Have a look at this doc. Simply add parameters
exclude_replies=true & include_rts=false
along with your query. This will filter the retweets and replies!
i want to create twitter app for auto posts from my website (update tweets from website to twitter),
when i try to create app, the API key and API secret's are created but for Access Token it asks to add phone number,
so i try to add phone number into my profile settings but getting the following error
,
i cant complete my authentication section because of this error.
anyone know any solution for this.
Thanks in advance.
We are sorry about the inconvenience. If you are unfortunately unable to meet the mobile phone requirements from your country, please use this link to request more permissions for your application: https://support.twitter.com/forms/platform, and use the option "I have an API policy question not covered by these points". The Platform Operations team at Twitter will help you in the process.
We are aware of the current difficulties in some countries and actively working on improving the app registration and update flow. Thanks for your patience.
I am exploring the Twitter streaming API and have gone through various documents and examples, but I don't know where to start.
I could not find a beginners tutorial.
Most of the examples use a username and password - are these the Twitter account username and password?
I appreciate if someone can list down the steps to follow.
I am working in PHP.
Twitter have deprecated API v1.0 which was using only username of any person to get tweets.
So you have to use API v1.1. Please go through following links, you will get much information about creating API.
Simple Tweets
Advance with layout
No. You can not get all tweets. This is called the firehose and costs several million dollars a year. Twitter only sells that to a few partners.
How can we get details from twitter and face book using PHP
suppose think that i am developing a site which have Twitter and Face book Log in, i will have only a user name not so much details,that's why i am asking, how can i get details like,
DOB,Address,Current Town, Country So on
How's about starting to go over their API docs?
http://developers.facebook.com/docs/
http://apiwiki.twitter.com/Twitter-API-Documentation