i am trying to Get the tweets from any user ... but it returns only last 7 day's tweets...
I want to retrieve tweets older than that... how to Do it.. .
Right now i am fetching tweets by
http://search.twitter.com/search.atom?q=from%3Amihirpmehta
this URL
but it only gives me tweets that are tweeted in last 7 days.
...
Can I get all the tweets of a particular user, in which a particular hashtag is used?
I could just get the past 100 tweets then filter them on my end, but it would be much more convenient if Twitter could do the filtering on their end.
Is this possible?
...
Using tweetsharp to pull data for a specific user: I would like to get the numbers of retweet (RT or Retweet) and the numbers of mentioning (@).
Could you help me? Thanks.
...
I would like to get
- the numbers of tweets
- the numbers of followers
- the numbers of retweet (RT or Retweet)
- the numbers of mentioning (@).
Could you help me? Thanks.
...
Hi Guys
Hope you are having a good time.
I am creating a website where when users Tweet a wordpress blog entry then they get points on the websites.
So basically, if a user Tweets that entry on his Twitter then we would give him some points to use on the website (not money). Although this thing is plausible with Facebook but not with T...
hi all, i want to display twitter tweets in my webpage from twitter using php. anyone have idea help me
thanks in advance.
...
I want to get count of all Retweets for a specific Tweet from Twitter. I used Twitterizer
...
I would like to read the deleted statuses on twitter since i can already have the user_id and status_id of the deleted tatus using "on_delete" method.
here is my code:
require 'rubygems'
require 'tweetstream'
TweetStream::Client.new(USER,PASS).follow(3331681,15846407,30592818,21249843,1367531,428333, 196218494,82158673, :delete ...
Hi there,
I am looking for a tool or web application that will automatically tweet new stuff that has just been posted on several blogs.
Let's say that on some blog has just appeared new post. That app should tweet about that post from my Twitter account.
Any help?
Thanks.
...
Hello!
I am working on a website for a client, he wants his tweets at the top of the page. I am confused as to how this is going to work. I have been working with some 3rd party stuff, but no success.
This is the page I am working on:
http://whiterhino.us/jason_tanzer/template.html
This is how I want it to look/work:
http://whiterhino...