[twitter-dev] Test Account Procedures
Hi Alex, I was wondering if you have a provision/process for obtaining Test Accounts and Data. I want to try to avoid creating test accounts. Thanks, Greg.
[twitter-dev] Re: "Failed to validate oauth signature or token" on status update post?
I'm having the same problems. Doing a POST to... https://twitter.com/statuses/update.xml POST data.. oauth_version=1.0 oauth_nonce=d4afc59eae1eda82d4efb0c871608256 oauth_timestamp=1240100668 oauth_consumer_key=MY_CONSUMER_KEY status=Hello+World%21 oauth_token=OAUTH_TOKEN_FOR_USER oauth_signature_method=HMAC-SHA1 oauth_signature=SW%2F9aNwK6HvNS6NblzezTK8iJj0%3D Error: "Failed to validate oauth signature or token" On Apr 11, 1:09 pm, Dominik Schwind wrote: > On Sat, Apr 11, 2009 at 6:40 PM, jmathai wrote: > > > Here's a bug for the > > problem:http://code.google.com/p/twitter-api/issues/detail?id=447 > > K, thx, I answered the questions there, I hope it helps. :)
[twitter-dev] Link in updates from api
Hi All, I want to add a link in the tweet, I send from my application using apis. Please let me know how can I do that? Thanks
[twitter-dev] API limits - what am I missing? Seeking clarity on API request limits.
I see the 2 following statements made, in the following order within moments of each other at http://apiwiki.twitter.com/REST+API+Documentation. Under "Pagination Limiting": "Clients may request up to 3,200 statuses via the page and count parameters. Requests for more than the limit will result in a reply with a status code of 200 and an empty result in the format requested." Under "Be Nice to the Servers": "If your application keeps a local archive that persists between sessions, it's okay to request an entire timeline up to 200 statuses." So I can only request up to 200 statuses even though the limit using page or count is 3200? What gives? I'd like to pull about 1950 statuses, all of my updates, in one API connection. Is my limit 200 per API request (requiring 10 API requests) OR is my limit 1950 in one API request? Are there other parameters besides page and count which are more server friendly, thus allowing larger requests? What am I missing? Can someone clarify please? Now that I figured out how to do what I want to do, I want to make sure that I play by the rules so that I don't get blacklisted for killing the servers. Thanks in advance yet again! -- "You can choose your friends, you can choose the deals." - Equity Private AlphaGuy - http://alphaguy.blogspot.com On Twitter - @khyron4eva
[twitter-dev] Re: Oauth button
I wish someone could have been there when I created the "Twit Connect" WordPress plugin. http://www.voiceoftech.com/swhitley/?p=683#twc_button I begged for someone to help me create a button, but I had to make my own. Thanks to Peter, I'll now be able to standardize on the next version. On Apr 6, 4:23 am, Alberto Bajo wrote: > Is there any button similar to "Facebook connect"? (http://spedr.com/ > rze1) > > Otherwise, are there any plans for that? > > Thanks :)
[twitter-dev] Re: Tweet Corpus creation for NLP research
Hi Jay, very interesting project. I run a hyperlocal wiki in Boston: http://boston.povo.com. How are you pulling these, are you going after specific users who set their location to Boston (or whichever city)? On Apr 17, 4:20 pm, jayb wrote: > I've been collecting tweets for about a week for a project > (http://www.happn.in). > > Some characteristics of my current dataset: > * Begin around April 10th 2009 > * Collected from users who are located nearby 26 US cities > * ~5,000,000 tweets > * Growing at ~800,000 per day > * ~900MB in mysql > * ~375,000 users > * ~21,000 users in one sample city (Boston) > > If you, kanny, or anyone else is interested in using them for research > or projects or anything else, let me know. > > Jay > > On Apr 8, 11:26 am, kanny wrote: > > > I am interested to do something deeper than the surface-level > > processing of a user's incoming tweets. For this, I will need to > > create a corpus of the user's friends_timeline over, say, past one > > month or any computationally feasible period. Basically, a large > > enough set of, say, 1-100 Million tweets for someone following > > 100-1000 people. It would be only a one-time download, as afterwards, > > incremental downloads should suffice. > > > This would translate into 100MB-10 GB of download for a user. It could > > be less for people following less or less-active people. Does Twitter > > API provide support for such corpus creation ? It could be very > > helpful for Natural Language Processing research if Twitter creates > > some sample corpus of public_timeline or some selected user's > > timelines. > > > Looking forward to some help in this regard. > > Thanks
[twitter-dev] OAuth tokens don't seem to last more than a day
OAuth tokens don't seem to be valid more than a day. Anyone else experiencing this? Is there a fix. Its is very irritating to keep reauthorising.
[twitter-dev] Re: OAuth Authenticate Feature disabled?
Ah, gotcha. *goes to catch up* Thanks, Chad. On Apr 18, 2:40 pm, Chad Etzel wrote: > I believe Matt said that the authenticate mechanism may be undergoing > lots of sudden changes in the near future after the discussion > surrounding it the past few days. > -Chad > > On Sat, Apr 18, 2009 at 5:37 PM, Damon C wrote: > > > Hi, > > > Working on OAuth'ing some of my apps today and noticed that the > > authenticate (vs. authorize) feature appears to have been disabled > > since some time last night? > > > Was just curious if there was an updated status about this? > > > Thanks, > > > Damon > > > -- > > Damon P. Cortesi > > Security Guy, Twitter Apps > > Blog:http://dcortesi.com > > www. tweetstats | tweepsearch | tweetsum .com > >
[twitter-dev] Re: OAuth Authenticate Feature disabled?
I believe Matt said that the authenticate mechanism may be undergoing lots of sudden changes in the near future after the discussion surrounding it the past few days. -Chad On Sat, Apr 18, 2009 at 5:37 PM, Damon C wrote: > > Hi, > > Working on OAuth'ing some of my apps today and noticed that the > authenticate (vs. authorize) feature appears to have been disabled > since some time last night? > > Was just curious if there was an updated status about this? > > Thanks, > > Damon > > -- > Damon P. Cortesi > Security Guy, Twitter Apps > Blog: http://dcortesi.com > www. tweetstats | tweepsearch | tweetsum .com
[twitter-dev] OAuth Authenticate Feature disabled?
Hi, Working on OAuth'ing some of my apps today and noticed that the authenticate (vs. authorize) feature appears to have been disabled since some time last night? Was just curious if there was an updated status about this? Thanks, Damon -- Damon P. Cortesi Security Guy, Twitter Apps Blog: http://dcortesi.com www. tweetstats | tweepsearch | tweetsum .com
[twitter-dev] Re: Status Element
Example output (i.e. the raw xml or json you are receiving) would be helpful. -Chad On Sat, Apr 18, 2009 at 3:26 PM, Joseph wrote: > > I am trying to process the Status Element, but followers_count is > always coming back empty. All other fields (user.id, user.name, etc.) > are OK. Any ideas? this is in response to an API call to get > public_timeline (which returns the Status Element). >
[twitter-dev] Status Element
I am trying to process the Status Element, but followers_count is always coming back empty. All other fields (user.id, user.name, etc.) are OK. Any ideas? this is in response to an API call to get public_timeline (which returns the Status Element).
[twitter-dev] Re: friends_timeline and following
Just noticed I also have the problem with "statuses/followers". The "following" value is incorrect (and sometimes it's even not a bool, which excludes a cache issue, I guess). The problem seems to be new, and it's very annoying as I have to (re) check manually using the "friendships/exists" method, making much more hits. Are you aware of this issue ? All the best, Arnaud. On Apr 18, 4:02 pm, Arnaud wrote: > Same problem here (using json format). > It seems to happen with more and more users since yesterday. > > On Apr 4, 7:21 am, SuNcO wrote: > > > I vote (or the word that you use) for this issue. I attach a png with > > two samples > > > On 3 abr, 17:48, Martin Dufort wrote: > > > > Done. Registered > > > ashttp://code.google.com/p/twitter-api/issues/detail?id=419. > > > Thanks - Martin > > > > On Apr 3, 4:46 pm, Doug Williams wrote: > > > > > Sounds like a bug. Can you file an issue [1]? > > > > >http://code.google.com/p/twitter-api/issues/entry > > > > > Doug Williams > > > > Twitter API Supporthttp://twitter.com/dougw > > > > > On Fri, Apr 3, 2009 at 1:02 PM, Martin Dufort > > > > wrote: > > > > > > I'm seeing the same thing on my side. In the JSON api, i'm even seeing > > > > > inconsistent behavior such as: > > > > > >following= 0; > > > > >following= ; > > > > > > with the same request. And peoplefollowingme are somewtimes marked > > > > > as: > > > > > >following= 0; > > > > > > On Apr 3, 2:54 pm, Doug Williams wrote: > > > > >> I vaguely remember something, too, but my queries through the > > > > >> archives > > > > >> and issues list were fruitless. If this is replicatable, then we > > > > >> should open an issue. I'd be curious if it's still an issue once the > > > > >> big-users-everywhere change from April 1 propagates fully. > > > > > >> @SuNcO: can you confirm you can recreate this at will? If so, can you > > > > >> open a new issue? > > > > > >> Thanks, > > > > >> Doug Williams > > > > >> Twitter API Supporthttp://twitter.com/dougw > > > > > >> On Fri, Apr 3, 2009 at 11:50 AM, Chad Etzel > > > > >> wrote: > > > > > >> > I could swear that this topic has been discussed recently and that > > > > >> > there was an issue for it, but I'm not finding anything... google > > > > >> > is > > > > >> > not so good at searching code snippets. > > > > >> > -chad > > > > > >> > On Fri, Apr 3, 2009 at 2:46 PM, Abraham Williams > > > > >> > <4bra...@gmail.com> wrote: > > > > >> >> Do so searches on the issue tracker and if you don't find > > > > >> >> anything open an > > > > >> >> issue:http://code.google.com/p/twitter-api/issues/list > > > > > >> >> On Fri, Apr 3, 2009 at 12:59, SuNcO wrote: > > > > > >> >>> Nop, is not new. When that happend yesterday, i check via web > > > > >> >>> and i > > > > >> >>> appear on hisfollowinglist (and he on myfollowinglist, else how > > > > >> >>> can i see that update) > > > > > >> >>> Going to check now again (at night) > > > > > >> >>> On 3 abr, 00:20, Abraham Williams <4bra...@gmail.com> wrote: > > > > >> >>> > Is it a user you recently startedfollowing? I may be a caching > > > > >> >>> > issue > > > > >> >>> > and > > > > >> >>> > the real value has not propagated yet. > > > > > >> >>> > On Fri, Apr 3, 2009 at 01:19, SuNcO > > > > >> >>> > wrote: > > > > > >> >>> > > Post before but after 30 minutes i can't see the msg, so i > > > > >> >>> > > post again > > > > > >> >>> > > --- > > > > > >> >>> > > Im new on developing a twitter app. The first thing that i > > > > >> >>> > > use is : > > > > >> >>> > >http://twitter.com/statuses/friends_timeline.xml > > > > > >> >>> > > It returns me 20 msgs in xml format > > > > > >> >>> > > One of those msgs have false > > > > > >> >>> > > But.. i follow that user and that user isfollowingme. What > > > > >> >>> > > happend ? > > > > > >> >>> > -- > > > > >> >>> > Abraham Williams | Hacker |http://abrah.am > > > > >> >>> > @poseurtech |http://the.hackerconundrum.com > > > > >> >>> > Web608 | Community Evangelist |http://web608.org > > > > >> >>> > This email is: [ ] blogable [x] ask first [ ] private. > > > > >> >>> > Sent from Madison, Wisconsin, United States > > > > > >> >> -- > > > > >> >> Abraham Williams | Hacker |http://abrah.am > > > > >> >> @poseurtech |http://the.hackerconundrum.com > > > > >> >> Web608 | Community Evangelist |http://web608.org > > > > >> >> This email is: [ ] blogable [x] ask first [ ] private. > > > > >> >> Sent from New York, NY, United States- Ocultar texto de la cita - > > > > - Mostrar texto de la cita -
[twitter-dev] About statuses/friends_timeline
Hi2all! I've found, that http://twitter.com/statuses/friends_timeline.xml response with XML document, where info about user is repeated for every status. I think, it's so uneffective by traffic volume reason! How can I get friend's statuses without full info about the author? Thanks!
[twitter-dev] Looking for someone to switch my app from http post auth to OAuth
I know its simple to do but I am swamped right now. I need someone that can switch the authentication on my app to OAuth from the current http post I am using now. My app posts tweets on behalf of the user. I current do this using username/password stored in a session once the user logs in. I guess this changes slightly when using OAuth (since Twitter doesn't pass back the password obviously). The site url is http://tinyurl.com/dlmq7k It is PHP and MySQL I am looking to spend USD$100 on this.
[twitter-dev] Re: Search by in_reply_to_status_id
Thanks for the link. On Apr 18, 7:40 pm, Abraham Williams <4bra...@gmail.com> wrote: > http://code.google.com/p/twitter-api/issues/detail?id=142 > > > > On Sat, Apr 18, 2009 at 12:32, lordofthelake wrote: > > > Hello. > > I started a project whose goal is to allow users to track the reaction > > of the crowd to their posts. This includes showing all the replies and > > retweets born as reaction to the original message, organizing the data > > in a threaded schema. While finding retweets of a particular message > > is fairly easy using the Search API (Query: "RT @user > the message>"), finding and filtering all the replies can become a non- > > trivial work quite fast. > > > While tracking the replies given directly to you isn't particularly > > hard, though not very efficient (find posts directed to you via search > > API -- "to:user since_id:" -- and then filter by > > in_reply_to_status_id), it becomes a nightmare when you want to track > > what your followers' friends have answered to the replies you got from > > your own followers. > > > Example of conversation: > > Me: any idea about how to track the whole conversation originated from > > this tweet? > > MyFollower: @Me try posting in the twitter dev talk, maybe they can > > help you > > AFollowerOf_MyFollower: @MyFollower I know for sure those guys are > > very supportive > > > Tracking MyFollower's response is not a big deal, even if the "first > > fetch them all, then select those you need" may not be the most > > efficient to implement for large volumes of tweets -- think to the > > power-users with thousands, if not millions, of followers -- since > > above certain limits, API usage caps (especially about number of > > tweets that can be retrieved at once) start becoming an issue. > > > The real problem comes when you want to show in the threaded > > conversation AFollowerOf_MyFollower's tweet, too. Sure thing, you can > > use the same strategy as above (Search "to:MyFollower", fetch all, > > filter by in_reply_to_status_id), but now instead of having to do a > > single query (to:Me) to retrieve the replies to your posts, you have > > to perform a fetching and filtering cycle for every person who took > > part to the conversation: the growth is exponential. > > > A solution may be to allow searches by in_reply_to_status_id > > (something like "reply:")... this would greatly lower the > > cost of looking for replies to your posts. Would it be possible to > > have such a feature exposed in future? Are there other, more efficient > > solutions, anybody can suggest to solve my problem efficiently? > > > Thank you for the support. I apologize for the long post and my bad > > English, but I'm not a native English speaker and I tried to expose my > > problem as clearly as I could. > > -- Michele > > -- > Abraham Williams |http://the.hackerconundrum.com > Hacker |http://abrah.am|http://twitter.com/abraham > Web608 | Community Evangelist |http://web608.org > This email is: [ ] blogable [x] ask first [ ] private. > Sent from Madison, Wisconsin, United States
[twitter-dev] Re: url as an input
2009/4/18 ParsePlz : > > Actually what I meant, > > Say I did a search on URL at backtweets.com and gave me 256 results. > > But when I search the same url via their API using a program it gives > 26 results ... > > That is why I am being confused on that.. > > Am I not in correct track or their API gives lesser output than their > own onsite search ... Backtweets.com resolve redirecting URLs (tinyurl.com, bit.ly, etc) so that when you search it you're searching final URLs. The search API is searching the content of tweets and does not resolve the URLs. That's why they're different. -Stuart -- http://stut.net/projects/twitter/
[twitter-dev] Re: Search by in_reply_to_status_id
http://code.google.com/p/twitter-api/issues/detail?id=142 On Sat, Apr 18, 2009 at 12:32, lordofthelake wrote: > > Hello. > I started a project whose goal is to allow users to track the reaction > of the crowd to their posts. This includes showing all the replies and > retweets born as reaction to the original message, organizing the data > in a threaded schema. While finding retweets of a particular message > is fairly easy using the Search API (Query: "RT @user the message>"), finding and filtering all the replies can become a non- > trivial work quite fast. > > While tracking the replies given directly to you isn't particularly > hard, though not very efficient (find posts directed to you via search > API -- "to:user since_id:" -- and then filter by > in_reply_to_status_id), it becomes a nightmare when you want to track > what your followers' friends have answered to the replies you got from > your own followers. > > Example of conversation: > Me: any idea about how to track the whole conversation originated from > this tweet? > MyFollower: @Me try posting in the twitter dev talk, maybe they can > help you > AFollowerOf_MyFollower: @MyFollower I know for sure those guys are > very supportive > > Tracking MyFollower's response is not a big deal, even if the "first > fetch them all, then select those you need" may not be the most > efficient to implement for large volumes of tweets -- think to the > power-users with thousands, if not millions, of followers -- since > above certain limits, API usage caps (especially about number of > tweets that can be retrieved at once) start becoming an issue. > > The real problem comes when you want to show in the threaded > conversation AFollowerOf_MyFollower's tweet, too. Sure thing, you can > use the same strategy as above (Search "to:MyFollower", fetch all, > filter by in_reply_to_status_id), but now instead of having to do a > single query (to:Me) to retrieve the replies to your posts, you have > to perform a fetching and filtering cycle for every person who took > part to the conversation: the growth is exponential. > > A solution may be to allow searches by in_reply_to_status_id > (something like "reply:")... this would greatly lower the > cost of looking for replies to your posts. Would it be possible to > have such a feature exposed in future? Are there other, more efficient > solutions, anybody can suggest to solve my problem efficiently? > > Thank you for the support. I apologize for the long post and my bad > English, but I'm not a native English speaker and I tried to expose my > problem as clearly as I could. > -- Michele > -- Abraham Williams | http://the.hackerconundrum.com Hacker | http://abrah.am | http://twitter.com/abraham Web608 | Community Evangelist | http://web608.org This email is: [ ] blogable [x] ask first [ ] private. Sent from Madison, Wisconsin, United States
[twitter-dev] Re: url as an input
That is an issue you will have to talk to backtweets about. On Sat, Apr 18, 2009 at 04:05, ParsePlz wrote: > > Actually what I meant, > > Say I did a search on URL at backtweets.com and gave me 256 results. > > But when I search the same url via their API using a program it gives > 26 results ... > > That is why I am being confused on that.. > > Am I not in correct track or their API gives lesser output than their > own onsite search ... > > B. Parse > On Apr 18, 1:44 am, Abraham Williams <4bra...@gmail.com> wrote: > > The number of results you get is going to depend entirely on the > url/users > > and does not indicate which services is better. > > > > > > > > On Fri, Apr 17, 2009 at 14:17, ParsePlz wrote: > > > > > I have already tried with backtweets API, it works but give lesser > > > results than on-site search... > > > > > On Apr 16, 12:45 am, ParsePlz wrote: > > > > Hi, > > > > > > could someone please post an example API request, I mean the url as > > > > input, which api request to be used. > > > > > > I tried withhttp://search.twitter.com/search.atom?q=usingtinyURL, > > > > bitly even plain url, then with OR operator, but I dont get much as > > > > (actually very few) backtweet results. > > > > > > What do you suggest me to use? > > > > > > How backtweers operate ?? > > > > > > Thanks and Best Regards > > > > > > B. Parse > > > > > > On Apr 10, 4:15 am, Chris Thomson wrote: > > > > > > > There's also the BackTweets API.http://backtweets.com/api > > > > > > > -Chris Thomson > > > > > > > On Thu, Apr 9, 2009 at 2:27 AM, jstrellner < > jstrell...@urltrends.com> > > > wrote: > > > > > > > > Hi Nick, > > > > > > > > Yes, we can help with this. We have an API that is nearly > complete > > > > > > that will allow you to provide a URL and get all of the tweets > that > > > > > > contained a link to the provided URL, regardless of which URL > > > > > > shortener that was used. > > > > > > > > -Joel > > > > > > > > On Apr 5, 12:02 pm, Nick Arnett wrote: > > > > > > > On Sun, Apr 5, 2009 at 11:44 AM, Abraham Williams < > > > 4bra...@gmail.com> > > > > > > wrote: > > > > > > > > Just pretend the URL is text and search for that text using > the > > > default > > > > > > > > Search API call. > > > > > > > > > But if you want meaningful results, you'll want to shorten the > URL > > > with > > > > > > the > > > > > > > popular shorteners (tinyurl, bitly, etc.) and search on the > > > shortened > > > > > > > versions. > > > > > > > > > Or you might be able to accomplish what you're seeking by using > > > Twiturly. > > > > > > > > > Nick > > > > -- > > Abraham Williams |http://the.hackerconundrum.com > > Hacker |http://abrah.am|http://twitter.com/abraham > > Web608 | Community Evangelist |http://web608.org > > This email is: [ ] blogable [x] ask first [ ] private. > > Sent from Madison, Wisconsin, United States > -- Abraham Williams | http://the.hackerconundrum.com Hacker | http://abrah.am | http://twitter.com/abraham Web608 | Community Evangelist | http://web608.org This email is: [ ] blogable [x] ask first [ ] private. Sent from Madison, Wisconsin, United States
[twitter-dev] Re: url as an input
Actually what I meant, Say I did a search on URL at backtweets.com and gave me 256 results. But when I search the same url via their API using a program it gives 26 results ... That is why I am being confused on that.. Am I not in correct track or their API gives lesser output than their own onsite search ... B. Parse On Apr 18, 1:44 am, Abraham Williams <4bra...@gmail.com> wrote: > The number of results you get is going to depend entirely on the url/users > and does not indicate which services is better. > > > > On Fri, Apr 17, 2009 at 14:17, ParsePlz wrote: > > > I have already tried with backtweets API, it works but give lesser > > results than on-site search... > > > On Apr 16, 12:45 am, ParsePlz wrote: > > > Hi, > > > > could someone please post an example API request, I mean the url as > > > input, which api request to be used. > > > > I tried withhttp://search.twitter.com/search.atom?q=usingtinyURL, > > > bitly even plain url, then with OR operator, but I dont get much as > > > (actually very few) backtweet results. > > > > What do you suggest me to use? > > > > How backtweers operate ?? > > > > Thanks and Best Regards > > > > B. Parse > > > > On Apr 10, 4:15 am, Chris Thomson wrote: > > > > > There's also the BackTweets API.http://backtweets.com/api > > > > > -Chris Thomson > > > > > On Thu, Apr 9, 2009 at 2:27 AM, jstrellner > > wrote: > > > > > > Hi Nick, > > > > > > Yes, we can help with this. We have an API that is nearly complete > > > > > that will allow you to provide a URL and get all of the tweets that > > > > > contained a link to the provided URL, regardless of which URL > > > > > shortener that was used. > > > > > > -Joel > > > > > > On Apr 5, 12:02 pm, Nick Arnett wrote: > > > > > > On Sun, Apr 5, 2009 at 11:44 AM, Abraham Williams < > > 4bra...@gmail.com> > > > > > wrote: > > > > > > > Just pretend the URL is text and search for that text using the > > default > > > > > > > Search API call. > > > > > > > But if you want meaningful results, you'll want to shorten the URL > > with > > > > > the > > > > > > popular shorteners (tinyurl, bitly, etc.) and search on the > > shortened > > > > > > versions. > > > > > > > Or you might be able to accomplish what you're seeking by using > > Twiturly. > > > > > > > Nick > > -- > Abraham Williams |http://the.hackerconundrum.com > Hacker |http://abrah.am|http://twitter.com/abraham > Web608 | Community Evangelist |http://web608.org > This email is: [ ] blogable [x] ask first [ ] private. > Sent from Madison, Wisconsin, United States
[twitter-dev] Search by in_reply_to_status_id
Hello. I started a project whose goal is to allow users to track the reaction of the crowd to their posts. This includes showing all the replies and retweets born as reaction to the original message, organizing the data in a threaded schema. While finding retweets of a particular message is fairly easy using the Search API (Query: "RT @user "), finding and filtering all the replies can become a non- trivial work quite fast. While tracking the replies given directly to you isn't particularly hard, though not very efficient (find posts directed to you via search API -- "to:user since_id:" -- and then filter by in_reply_to_status_id), it becomes a nightmare when you want to track what your followers' friends have answered to the replies you got from your own followers. Example of conversation: Me: any idea about how to track the whole conversation originated from this tweet? MyFollower: @Me try posting in the twitter dev talk, maybe they can help you AFollowerOf_MyFollower: @MyFollower I know for sure those guys are very supportive Tracking MyFollower's response is not a big deal, even if the "first fetch them all, then select those you need" may not be the most efficient to implement for large volumes of tweets -- think to the power-users with thousands, if not millions, of followers -- since above certain limits, API usage caps (especially about number of tweets that can be retrieved at once) start becoming an issue. The real problem comes when you want to show in the threaded conversation AFollowerOf_MyFollower's tweet, too. Sure thing, you can use the same strategy as above (Search "to:MyFollower", fetch all, filter by in_reply_to_status_id), but now instead of having to do a single query (to:Me) to retrieve the replies to your posts, you have to perform a fetching and filtering cycle for every person who took part to the conversation: the growth is exponential. A solution may be to allow searches by in_reply_to_status_id (something like "reply:")... this would greatly lower the cost of looking for replies to your posts. Would it be possible to have such a feature exposed in future? Are there other, more efficient solutions, anybody can suggest to solve my problem efficiently? Thank you for the support. I apologize for the long post and my bad English, but I'm not a native English speaker and I tried to expose my problem as clearly as I could. -- Michele
[twitter-dev] Re: friends_timeline and following
Same problem here (using json format). It seems to happen with more and more users since yesterday. On Apr 4, 7:21 am, SuNcO wrote: > I vote (or the word that you use) for this issue. I attach a png with > two samples > > On 3 abr, 17:48, Martin Dufort wrote: > > > Done. Registered > > ashttp://code.google.com/p/twitter-api/issues/detail?id=419. > > Thanks - Martin > > > On Apr 3, 4:46 pm, Doug Williams wrote: > > > > Sounds like a bug. Can you file an issue [1]? > > > >http://code.google.com/p/twitter-api/issues/entry > > > > Doug Williams > > > Twitter API Supporthttp://twitter.com/dougw > > > > On Fri, Apr 3, 2009 at 1:02 PM, Martin Dufort > > > wrote: > > > > > I'm seeing the same thing on my side. In the JSON api, i'm even seeing > > > > inconsistent behavior such as: > > > > >following= 0; > > > >following= ; > > > > > with the same request. And peoplefollowingme are somewtimes marked > > > > as: > > > > >following= 0; > > > > > On Apr 3, 2:54 pm, Doug Williams wrote: > > > >> I vaguely remember something, too, but my queries through the archives > > > >> and issues list were fruitless. If this is replicatable, then we > > > >> should open an issue. I'd be curious if it's still an issue once the > > > >> big-users-everywhere change from April 1 propagates fully. > > > > >> @SuNcO: can you confirm you can recreate this at will? If so, can you > > > >> open a new issue? > > > > >> Thanks, > > > >> Doug Williams > > > >> Twitter API Supporthttp://twitter.com/dougw > > > > >> On Fri, Apr 3, 2009 at 11:50 AM, Chad Etzel > > > >> wrote: > > > > >> > I could swear that this topic has been discussed recently and that > > > >> > there was an issue for it, but I'm not finding anything... google is > > > >> > not so good at searching code snippets. > > > >> > -chad > > > > >> > On Fri, Apr 3, 2009 at 2:46 PM, Abraham Williams <4bra...@gmail.com> > > > >> > wrote: > > > >> >> Do so searches on the issue tracker and if you don't find anything > > > >> >> open an > > > >> >> issue:http://code.google.com/p/twitter-api/issues/list > > > > >> >> On Fri, Apr 3, 2009 at 12:59, SuNcO wrote: > > > > >> >>> Nop, is not new. When that happend yesterday, i check via web and i > > > >> >>> appear on hisfollowinglist (and he on myfollowinglist, else how > > > >> >>> can i see that update) > > > > >> >>> Going to check now again (at night) > > > > >> >>> On 3 abr, 00:20, Abraham Williams <4bra...@gmail.com> wrote: > > > >> >>> > Is it a user you recently startedfollowing? I may be a caching > > > >> >>> > issue > > > >> >>> > and > > > >> >>> > the real value has not propagated yet. > > > > >> >>> > On Fri, Apr 3, 2009 at 01:19, SuNcO wrote: > > > > >> >>> > > Post before but after 30 minutes i can't see the msg, so i > > > >> >>> > > post again > > > > >> >>> > > --- > > > > >> >>> > > Im new on developing a twitter app. The first thing that i use > > > >> >>> > > is : > > > >> >>> > >http://twitter.com/statuses/friends_timeline.xml > > > > >> >>> > > It returns me 20 msgs in xml format > > > > >> >>> > > One of those msgs have false > > > > >> >>> > > But.. i follow that user and that user isfollowingme. What > > > >> >>> > > happend ? > > > > >> >>> > -- > > > >> >>> > Abraham Williams | Hacker |http://abrah.am > > > >> >>> > @poseurtech |http://the.hackerconundrum.com > > > >> >>> > Web608 | Community Evangelist |http://web608.org > > > >> >>> > This email is: [ ] blogable [x] ask first [ ] private. > > > >> >>> > Sent from Madison, Wisconsin, United States > > > > >> >> -- > > > >> >> Abraham Williams | Hacker |http://abrah.am > > > >> >> @poseurtech |http://the.hackerconundrum.com > > > >> >> Web608 | Community Evangelist |http://web608.org > > > >> >> This email is: [ ] blogable [x] ask first [ ] private. > > > >> >> Sent from New York, NY, United States- Ocultar texto de la cita - > > > - Mostrar texto de la cita -
[twitter-dev] Re: IP Address range
I'll be honest, filtering outbound traffic is very draconian. Is this a company server, or are you guys renting a hosted server yourselves? If it is the latter I would tell them to accept all outbound traffic or switch hosts. billbarn42 wrote: I've got a python script that is monitoring the playlist for our local public radio station, and tweeting when new tracks come up. It is using @wdav as the twitter ID (although that is not relevant to this question...) I am using the twitter.py library to wrap the twitter api. Runs fine on my local laptop, but when I deployed it to my hosted server I had to tell them an IP address it was posting to so they could implement a firewall rule to let the traffic through. I gave them 128.121.146.100, since that's what comes back from a ping to twitter.com. The problem is that it seems the script is frequently trying to use other ip addresses to reach twitter. Is there a range of IP addresses that might be valid Twitter endpoints, that I need to pass on to the hosted server admin team? Any help greatly appreciated! Bill
[twitter-dev] Re: What precisely does notification mean?
Thanks...that helps clear this confusion up. On Apr 17, 4:38 pm, Doug Williams wrote: > Allen, > Notifications are for device notifications (like SMS or IM) if the user has > them enabled. Following means that a user's updates are included in your > timeline. Notifications mean that a user's updates appear in your timeline > AND are sent to your enabled devices. > > Doug Williams > Twitter API Supporthttp://twitter.com/dougw > > On Fri, Apr 17, 2009 at 3:13 PM, Allen wrote: > > > Seeing all the posts here, I'm getting confused as to what the term > > notification means. Does it mean, for example: > > > a) the person has it enabled to get email when someone starts > > following them > > > b) the person has it enabled to notices sent to their mobile phone > > > c) something else? > > > Seriously, I've seen the term used in different contexts and the api > > says "Enables notifications for updates from the specified user to the > > authenticating user. Returns the specified user when successful." but > > then it says that notification is a "boolean indicating if a user is > > receiving device updates for a given user", which sounds like it's a > > mobile phone (i.e., device). > > > Can anybody clarify what this is? > > > Thanks > > Allen
[twitter-dev] Re: Proof of identity rather than authorization
I think we're getting some movement on this - see this thread: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/73524da521d3081c?hl=en Cheers, G.