[twitter-dev] Re: Delay on tweets from the API

2009-10-26 Thread Karthik
Which API method do you use?

[twitter-dev] Re: Check when a friendship was created

2009-10-26 Thread Gaurav Shaha
Hey can you provide me the code for getting the list of Following of specific twitter user. Thank you in advance. On Mon, Oct 26, 2009 at 4:43 AM, TylerC tyle...@gmail.com wrote: I am seeking the need to know when a friendship or when I have followed a given user. Basically, I want to scan

[twitter-dev] Re: Twitter Lists: /user/list/members.xml returning only 20 at a time

2009-10-26 Thread Rich
Seriously have we got a two tier dev system now, can we all have access to the API please? On Oct 24, 10:18 pm, Dave Briccetti da...@davebsoft.com wrote: How can I retrieve more than 20 at a time? ?cursor=-1count=200  has no effect

[twitter-dev] Twitter Lists Issues

2009-10-26 Thread Paul Kinlan
Hi Guys, This isn't technically an API issue but a usage issue of the new to arrive Lists API. Retweets (outside of the API) have had an issue where by it is pretty easy to fake a users tweet, for instance someone could easily produce a tweet as a RT that I have never ever said: RT @PaulKinlan

[twitter-dev] Re: Twitter Lists Issues

2009-10-26 Thread Tim Haines
Hi Paul, I asked similar questions to these in the IRC channel when Marcel (@noradio) was in there answering questions. The answers I got: If someone has added you to a list, and you want off, you need to block the list owner. If you then unblock the list owner, you remain off the list

[twitter-dev] Re: Deprecation Notice: pagination on several methods is being replaced with cursoring on October 26, 2009

2009-10-26 Thread Tim Haines
I guess they haven't indicated otherwise, so you'd have to presume it's still going to go ahead? I half expect they'll delay it due to performance issues raised, but I wouldn't bank on it. Tim. On Sat, Oct 24, 2009 at 6:49 PM, DustyReagan dustyrea...@gmail.com wrote: Bump. Anyone know if

[twitter-dev] Can someone show me sample code on how to Post to Twitter with a User-Agent?

2009-10-26 Thread TrixJo
I have been googling for sample code and tutorials on how to post to twitter using CURL (PHP) and specifying a specific user agent. Say my user agent is myapplication.com. How do I then post to twitter using this user agent? thank you

[twitter-dev] Re: Delay on tweets from the API

2009-10-26 Thread Arnaldo de Moraes Pereira
statuses/user_timeline(.json) On Mon, Oct 26, 2009 at 4:48 AM, Karthik fermis...@gmail.com wrote: Which API method do you use? -- Arnaldo M Pereira

[twitter-dev] Re: Register an Application fails

2009-10-26 Thread tribalvibes
Did you get a resolution to this? I'm seeing the same result. On Oct 23, 5:44 am, moksahero moksah...@gmail.com wrote: I'm having trouble withhttp://twitter.com/oauth_clients/new I always get Unabletofindthatclientapplication even when I use correct Callback URL that exists and visible from

[twitter-dev] Re: Twitter Data Dumps?

2009-10-26 Thread futureboy
Is there a way to filter based on some criteria? In particular, I want the service to only return tweets that are geo-enabled, i.e. geo is not null. Right now I'm opening a connection to http://stream.twitter.com/1/statuses/sample.json and it works fine, but I was hoping I could have some

[twitter-dev] J2ME twitter client?

2009-10-26 Thread aztroboy
Hello! I would like to know if there's some simple method to receive updates only with J2ME. I've looked for solutions, but since J2ME lacks of lots of libraries, there's always a problem regarding some library that isn't included, thus making it impossible to compile... For instance,

[twitter-dev] Re: cursor based paging

2009-10-26 Thread Pradeep
John, Thank you for your quick response. I think the same mistake is there in the case of statuses/friends too. http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0friends Thanks, Pradeep. On Oct 23, 6:09 pm, John Kalucki jkalu...@gmail.com wrote: Fixed. On Oct 23, 1:02 

[twitter-dev] Twitter Search Issues for Japanese

2009-10-26 Thread Aki
Hi, I'm developing desktop Twitter application for Mac, targeting Japanese Twitterers. I've recently implemented a feature to interface the official Twitter Search API. It came to my attention that there are several severe issues with the current implementation of Twitter Search. Firstly, many

[twitter-dev] Re: lang parameter in the search api

2009-10-26 Thread Nicole Simon
The language selection is useless, even with a limitation to English. The problem is probably that normal methods of attributing language are more or less based on longer text - and not text stripped down to 140 chars or less. If you want to make detection f.e. in search, rather get all results

[twitter-dev] Re: Twitter Search Issues for Japanese

2009-10-26 Thread John Kalucki
I've forwarded your message to the Japan product manager and to the engineer who first brought Japanese tokenizing to Search. -John Kalucki http://twitter.com/jkalucki Services, Twitter.com On Oct 26, 2:27 am, Aki yoru.fuku...@gmail.com wrote: Hi, I'm developing desktop Twitter application

[twitter-dev] Re: cursor based paging

2009-10-26 Thread John Kalucki
Also fixed. On Oct 26, 2:07 am, Pradeep pradeep.de...@gmail.com wrote: John, Thank you for your quick response. I think the same mistake is there in the case of statuses/friends too.http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0f... Thanks, Pradeep. On Oct 23,

[twitter-dev] Re: Twitter Data Dumps?

2009-10-26 Thread John Kalucki
We have some feature plans for geotagging in the streaming api but they probably won't apply to the sampled streams. Just take the streams and filter on your end. We don't mind. Note that the geotagging feature is not yet enabled, but it will be soon. For now, I think the only information you

[twitter-dev] Re: Using Stream API to track $

2009-10-26 Thread John Kalucki
Yeah, that's a tough one. The track functionality is pretty limited. While we have all sorts of features and improvements planned for track, providing what amounts to single character search or regular expression search isn't really possible at the current product of tps and client cardinality.

[twitter-dev] Re: Deprecation Notice: pagination on several methods is being replaced with cursoring on October 26, 2009

2009-10-26 Thread John Kalucki
Internal discussions indicate that removing the backing store that supports this method remains a priority. The API will be disabled to allow the backing store to be decommissioned. -John Kalucki http://twitter.com/jkalucki Services, Twitter Inc. On Oct 26, 3:18 am, Tim Haines

[twitter-dev] Re: Facebook checkbox

2009-10-26 Thread Rich
I don't understand why the Twitter API should support this, when you can achieve it yourself through Facebook Connect. On Oct 26, 1:37 pm, Nicole Simon nee...@gmail.com wrote: On Sat, Sep 19, 2009 at 5:31 PM, Mossy shaunmos...@gmail.com wrote: Underneath the message box, a checkbox labelled

[twitter-dev] Re: Can someone show me sample code on how to Post to Twitter with a User-Agent?

2009-10-26 Thread Rich
Do you mean 'from myapplication' at the bottom of each status? If so it's all here: http://apiwiki.twitter.com/FAQ#HowdoIget%E2%80%9CfromMyApp%E2%80%9DappendedtoupdatessentfrommyAPIapplication On Oct 26, 11:26 am, TrixJo tri...@gmail.com wrote: I have been googling for sample code and

[twitter-dev] Re: Streaming API - follow method - Pipe drying out

2009-10-26 Thread John Kalucki
This shouldn't be happening. There's most likely a problem with your client implementation, or you are connecting with the same account twice. Email me with your account, details on how your client is implemented, and the time in UTC that this has happened (use date -u), and I'll see what I can

[twitter-dev] Re: Twitter Lists: /user/list/members.xml returning only 20 at a time

2009-10-26 Thread Eric Woodward
Rich, I think you answered your own question there, the first one anyway. I would not expect a real answer to the second one. --ejw Eric Woodward Email: e...@nambu.com On Oct 26, 2:30 am, Rich rhyl...@gmail.com wrote: Seriously have we got a two tier dev system now, can we all have access

[twitter-dev] Re: New behaviour for statuses/update API call for 141+ char sized messages and duplicates?

2009-10-26 Thread Kevin Menard
Thanks for the info, Dave. Although, the fact that the current behavior does not match the API docs does make it a bug. Whether that bug is in the implementation or the docs is really what's up for grabs. -- Kevin On Oct 24, 6:39 am, Dave Sherohman d...@fishtwits.com wrote:

[twitter-dev] Re: OAuth in popup, does not work when auto close

2009-10-26 Thread Chris Babcock
I authenticate with twitter oauth using a popup from my site. When the authentication is done, twitter redirects the user to my site again. The user then has my site both in the original browser window, and in the popup. One way of formulating your problem would be How can I avoid having

[twitter-dev] Re: Twitter is blocking requests.

2009-10-26 Thread Chad Etzel
You can send your IP(s) to a...@twitter.com to have them checked against the blacklist... -Chad On Mon, Oct 26, 2009 at 10:04 AM, Dossy Shiobara do...@panoptic.com wrote: I'm still waiting to hear a response from Twitter Support.  The irony here is that in order to check help.twitter.com, it

[twitter-dev] Search API - 403 bursts and (maybe) a caching issue.

2009-10-26 Thread briantroy
Everything below ONLY PERTAINS TO THE SEARCH API: 1) Since late last week I've noticed a significant number of 403 errors (403 Error from JSON: since_id too recent, poll less frequently). These usually indicate I'm hitting a server with an older view of the search index - since it thinks the ID

[twitter-dev] Adding members to lists via API

2009-10-26 Thread Tim Haines
Hey guys, I've just played around with adding members to a list via API. It turns out I can add protected members who I don't follow, but I can't add people that have blocked me. Not being able to add people who have blocked me makes sense. I'm wondering what the theory is behind being able to

[twitter-dev] How to get related hashtags?

2009-10-26 Thread Legend
Hi, I was wondering if there's a way to get related hashtags or maybe hashtags that are similar. If Twitter API does not support it, what is the best way to achieve this? Any suggestions? Thanks, Rahul

[twitter-dev] Re: How to get related hashtags?

2009-10-26 Thread JDG
Whether or not two hashtags are related or similar is really in the eye of the beholder and as such, should be up to you to implement an algorithm to come up with your own relationships. On Mon, Oct 26, 2009 at 12:00, Legend rahul...@gmail.com wrote: Hi, I was wondering if there's a way to

[twitter-dev] Re: Search API - 403 bursts and (maybe) a caching issue.

2009-10-26 Thread briantroy
Actually I can confirm my previous supposition, here is the log for an empty 200 response with a new max_id: DEBUG: 06:02:44 PM on Mon October 26th Doing CURL fetch with User Agent: justsignal/1.0 (+http://justsignal.com) and RFERER:

[twitter-dev] Re: Making crossdomain.xml less restrictive on api.twitter.com?

2009-10-26 Thread Folletto
+1 If that's not possible, it will be interesting an update about the reasons still blocking the more permissive crossdomain.xml ;) On Oct 21, 6:31 pm, orian orianm...@gmail.com wrote: Now that api.twitter.com has gone live, can we please have a less restrictive crossdomain.xml so that Flash

[twitter-dev] Im a newbie, eager to learn, teach me how to setup API

2009-10-26 Thread North Carolina developer
How to start the Twitter API on my site? I have been playing with php for a month now and really want to use the simplicity of the Twitter API to make a nice site, using my visitors status updates, friends, and other info that the API shares. I have a free hosting site at 000webhost.com if u

[twitter-dev] Re: Search API - 403 bursts and (maybe) a caching issue.

2009-10-26 Thread Vipul
we are seeing the same issue at our end. It gets better in the night (PST) and then breaks in the morning. I don't even see 403 but only 200s. Our (5 minutely) search request comes back with none, one or two results at the max though i know every minute there are about a 100 messages (as we'v

[twitter-dev] Re: from:user and since_id breaking Search API

2009-10-26 Thread arjun
I am seeing issues with twitter search using since_id. The search results the query returns is not correct for atleast few hours. I think, some synchronization happens every certain number of hours. Also, if since_id is old, it expires. I don't find it to be that useful. Thanks, Arjun. The

[twitter-dev] Re: Search API - 403 bursts and (maybe) a caching issue.

2009-10-26 Thread briantroy
This is happening RIGHT NOW for the following: 1) Go to search.twitter.com and enter tweetsforboobs OR tweetforboobs as the search. 2) Go to http://tweetsforboobs.org and see the twitter feed on the left. Notice that the last tweet from 2 hours ago (VerticalMeasures) is not in the twitter feed

[twitter-dev] Re: Making crossdomain.xml less restrictive on api.twitter.com?

2009-10-26 Thread Dossy Shiobara
Bah, who seriously develops applications using Flash, anyway? :-P (For those who don't know, Wez and I are friends ...) On 10/26/09 6:09 PM, Wez Crozier wrote: I'm gonna have to bump this fellas! +1 here and I know a dozen other flash devs in the UK that would like a less restrictive

[twitter-dev] When will List API release?

2009-10-26 Thread wilfred yau
Hi all, this is my first post :D I am a Twitter Client Developer , Do anyone know when the twitter list API will be released?? or the API is already released?? Thanks :)