I’m putting a twitter feed on my site using the getJSON jquery method. I’m finding that there are many retweets being posted, which I do not want. I’ve done some research and haven’t found a good solution to remove them.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
statuses/user_timelinehas a parameterinclude_rts. Passinginclude_rts=falseshould do the trick.See https://dev.twitter.com/docs/api/1/get/statuses/user_timeline for details.