Long life to Flip-the-Bird - Thanks @JonnyMasterson
This solution is easy small and efficient.
hello everyone, I got this to work but mine show only once and then doesn’t work again, what should I do to so that it shows everytime?
What I mean is, I will upload my files the post wil show, then when I refresh they disappear. I am not a coder, just doing a project for my class, this is really frustrating and my time is running out…
Thank to anyone that contributes in advance!
It’s somewhat frustrating that it now takes ~20 lines of code to do what was formerly possible with one. Thanks @JonnyMasterson for your excellent solution.
How to pull usermention ?
Due to deprecating Twitter API v1.0, developers need to create oAuth authentication to retrieve tweets. This script does exactly the same, without the OAuth hazzle, so its much easier to use. Its only less advanced as Twitter API v1.1. It will retrieve tweets (and retweets) with their avatar, username and post date in JSON format: https://github.com/robinbonnes/Custom-Twitter-PHP-API
episod
#108
This is not a valid use of the API.
It may be not a valid use of the API, but it does the job for me. Its the most easy solution I could think of to generate twitter feeds for my clients twitteraccounts, without asking them for username/password/oauth keys.
pls explain me how to get latest 100 tweets from twitter
knxrb
#111
I agree with Robin on this, it’s good enough until Twitter decide to stop screwing people around and start thinking properly.
knxrb
#112
It’s a simple to use working solution without all of the authentication; which by default makes it a better solution than what you’re providing with all the security and authentication for publicly readable tweets.
THANK YOU THANK YOU THANK YOU!
jabranr
#114
There you go. Small and easy to use PHP methods to fetch tweets. This code uses the application-only authorization model. http://jabran.me/fetch-tweets-with-twitter-api-v1-1/ Cheers
I want to fetch twitter timeline by user name using an api, can any one suggest me the code which can work to show twitter timeline in my website