Re: [twitter-dev] Re: Web Application talking to twitter API

2010-07-08 Thread Matt Harris
Hi Vijay, For the situation you describe we provide a My Access Token page which you can reach from the details page of your application. Just visit http://dev.twitter.com/apps, follow the link to your applications details and then click My Access Token on the right hand side. That page provides

[twitter-dev] Re: Home_timeline and retweets

2010-07-08 Thread Steve
Perhaps *I'm* missing something but can't you just use the user_timeline for this? It's what I'm doing, and after discovering the include_rts flag you can get all your own activity in this one request. On a sidenote: the include_rts flag is mentioned in

Re: [twitter-dev] Re: Rate limits should be resetting now

2010-07-08 Thread Isaiah Carew
Great news. I'm crossing my fingers too. isaiah http://twitter.com/isaiah On Jul 7, 2010, at 8:32 PM, Raffi Krikorian wrote: we are currently sitting at 100% - so 350 calls/hour on oauth, and 150 calls/hour on basic auth. fingers crossed! On Wed, Jul 7, 2010 at 6:42 PM, isaiah

[twitter-dev] Status Update using in reply to

2010-07-08 Thread lu5ceh
i using the PHP library i trying to update my status replyng a tweet $twittuser = ($connection-post('statuses/update', array('status' = $_SESSION['tmptxt'], 'in_reply_to_status_id' = $_SESSION['Reply']))); this example doesnt work... anyone can correct me?

[twitter-dev] User Streams and Desktop Apps

2010-07-08 Thread Eric Marcoullier @ Gnip
Working on an app that could definitely benefit from User Streams and wanted to know what qualifies as a Desktop App? Is it specifically an Air or Silverlight app installed on the desktop or is it more indicative of a certain set of behaviors / access needs? If the latter, can a web app with the

[twitter-dev] What uses up my rate limit

2010-07-08 Thread founder
Just started to integrate twitter into my own CMS written in Perl. I use a very old Perl version, because only this old version is compatible to use MSIE as GUI. To use the API, Perl engages a download program by a batch file. Just right now, I only test with the

[twitter-dev] San Francisco Social App Workshop July 24- with @themattharris

2010-07-08 Thread shanley
Hi all- Just wanted to drop a quick note on an event coming up in SF this month that might interest some of you- Social App Workshop will be an all-day code fest for people working on social apps- new and experienced- with a focus on Twitter apps- Matt Harris has graciously agreed to talk for a

[twitter-dev] Re: request token

2010-07-08 Thread Jacky
Hullo Matt, Thanks for the reply... I'm too far down this road to take detours...I've got everything working except the final step...everything else checks in well.. I'm just hung up on the objhttp load using vba, somehow the stream loaded seems to fail the generated signature (signature has been

[twitter-dev] Permission denied error in Firefox when trying to add a tweet-box with @anywher

2010-07-08 Thread Glide Ken
I'm just trying add a twitter's tweet box with @anywhere but I'm getting the following error in Firefox: Permission denied to get property Window.jQuery from https://api.twitter.com; It works fine for me in Chrome. All I have on the page is the code snippet from Twitter's api tutorial which is:

[twitter-dev] (OAuth) Favorite create and destroy malfunctioning, confirmed in Twurl

2010-07-08 Thread Skipper
Favorite Create do a POST with this url /1/favorites/17983195453/create.xml and you get /1/favorites/17983195453/create.xml Not found I checked, the ID is correct. Moreover this can be easily repro in Twurl to the same result Destroy performing a POST with id as parameter returns

[twitter-dev] anchor to twitter.com/home?status authentication conerns

2010-07-08 Thread Glide Ken
If I provide an anchor that that takes the user to http://twitter.com/home?status=TheirStatusMsg, I don't have to worry about oAuth or any authentication issues, right?

[twitter-dev] Participation of the translation team of Twitter!

2010-07-08 Thread Designer Vibe02
Hello, My Name is David Christian I am Brazilian and I wanted to be part of the team to Portuguese translation twitter / PT-BR I do not speak English and do not even know the twitters of the USA need to send me instructions on how to complete the translation! my contact ---

[twitter-dev] Re: Current TwitterOAuth API won't display authorization page

2010-07-08 Thread Indo Optimis
Hi, I'm new in twitter development. I have a problem when I'm using twitter connect (Sign in with twitter) with OAuth. I can Sign In successfully, but I can't fetch the data of the user. I've tried it in ordinary php script, and it was success. It's appear like this :

[twitter-dev] Pagination on followers/ids not working

2010-07-08 Thread Hameedullah Khan
Hello Devs, I am trying to make pagination working on follower id, but it isn't working. it just return the whole list of followers. is it normal? For example the following API call displays all of my followers, instead of being paginated:

[twitter-dev] Need help in optimizing the WebApp

2010-07-08 Thread Jack sparrow
Hi everyone, I am developing a webApp. I am using Python + Django. The app basically need to fetch tweets and if there are any twitpic, yfrog or tweetphoto specific urls then it also needs to fetch the images from the corresponding site. Now, my problem is that I need to make a large no. of calls

[twitter-dev] Location information only delivered on geocoded searches?

2010-07-08 Thread James
Hi there, I'm getting started with using the search API; I'm a GIS guy looking at how to ingest tweets with geo or location info. I'm seeing an odd behavior with the location element- it seems the location info is only displayed when I submit a geocoded search. As an example: In the results

[twitter-dev] Streaming API time drifting problem and possible solutions

2010-07-08 Thread Larry Zhang
Hi everyone, I have a program calling the statuses/sample method of a garden hose of the Streaming API, and I am experiencing the following problem: the timestamps of the tweets that I downloaded constantly drift behind real-time, the time drift keeps increasing until it reaches around 25

[twitter-dev] What's the approx. timescale for xAuth approval ?

2010-07-08 Thread DW
Hi folks, just wondering if there's a big backlog of xAuth approvals right now or how long the approval process is taking ? I submitted an app for approval early last week and haven't heard anything back other than the initial automated message. Noticing today that there appears to be two

[twitter-dev] ReTweets, and their use of WordPress Free Accounts

2010-07-08 Thread ookwudili
Hi, As you all must be aware by now, there are a few limitations to using the free wordpress account status and attempting to source.. well source to integrate with various pages. To this end, has anyone managed to devise a better way of combining the source from Twitters Open development with

[twitter-dev] Re: request token

2010-07-08 Thread Jacky
Instead I launched it through a browser and I am all ok. (P.S. Incidental, but, on my previous post I made a typo in the post, i.e.,not the very first string, but the second string and it already has the Oauth in front already and that is the string) Thanks though, Regards, Shob On Jul 7,

[twitter-dev] Re: What's the approx. timescale for xAuth approval ?

2010-07-08 Thread Brian Sutorius
There *is* currently a backlog with xAuth approvals, but we are working through them as quickly as we can. I know this access is crucial to development, but our response time may be as long as a week for the next couple days. Bear with us. :) If the email address you initially filed your request

Re: [twitter-dev] Streaming API time drifting problem and possible solutions

2010-07-08 Thread John Kalucki
Absolutely do not reset the connection and reconnect. Connections should be long-lived on the Streaming API. This is almost certainly a problem with the read throughput of your client, or, less likely, with bandwidth from your system. Run curl(1) from the same system and grep for the date field.

[twitter-dev] Re: What uses up my rate limit

2010-07-08 Thread Chris Thomson
Twitter had some issues with incorrect rate limits over the past few days [1]. I believe they've resolved those issues now, so if you're still having the issue you've described, visit the connections page [2] to see if any app using OAuth may be accessing your account. If not, change your

Re: [twitter-dev] Streaming API time drifting problem and possible solutions

2010-07-08 Thread Pascal Jürgens
Larry, have you decoupled the processing code from tweepy's StreamListener, for example using a Queue.Queue oder some message queue server? Pascal On Jul 8, 2010, at 17:31 , Larry Zhang wrote: Hi everyone, I have a program calling the statuses/sample method of a garden hose of the

Re: [twitter-dev] User Streams and Desktop Apps

2010-07-08 Thread John Kalucki
A web app served through a central service is addressed by a different product than User Streams. If the web browser is making a direct request to the Twitter Streaming API, that's a different issue, and we should coordinate. -John Kalucki http://twitter.com/jkalucki Infrastructure, Twitter Inc.

Re: [twitter-dev] Streaming API time drifting problem and possible solutions

2010-07-08 Thread Pascal Jürgens
Larry, moreover, I assume you checked I/O and CPU load. But even if that's not the issue, you should absolutely check if you have simplejson with c extension installed. The python included version is 1.9 which is decidedly slower than the new 2.x branch. You might see json decoding load drop

Re: [twitter-dev] San Francisco Social App Workshop July 24- with @themattharris

2010-07-08 Thread Matt Harris
I'm really looking forward to being at the event and meeting you all. For those of you attending, are there any topics you would like me to talk about? On Wed, Jul 7, 2010 at 9:32 AM, shanley shanley.k...@gmail.com wrote: Hi all- Just wanted to drop a quick note on an event coming up in SF

Re: [twitter-dev] Permission denied error in Firefox when trying to add a tweet-box with @anywher

2010-07-08 Thread Matt Harris
Hi, That's an interesting error and one I haven't been able to reproduce. Do you have a page URL I can hit to see if I get the same error? Matt On Wed, Jul 7, 2010 at 11:54 AM, Glide Ken glidekensing...@gmail.comwrote: I'm just trying add a twitter's tweet box with @anywhere but I'm getting

Re: [twitter-dev] (OAuth) Favorite create and destroy malfunctioning, confirmed in Twurl

2010-07-08 Thread Matt Harris
Yeah, this is a known error in the documentation on dev.twitter.com. The correct format for the command is: /1/favorites/create/:id.format and /1/favorites/destroy/:id.format Give those a try and you should find they work correctly. We have updates to the docs queued up for release this week.

Re: [twitter-dev] anchor to twitter.com/home?status authentication conerns

2010-07-08 Thread Matt Harris
Hi, The URL you provide here would redirect the user to their homepage on Twitter with the status set to TheirStatusMsg. If they are logged out they will be prompted to login first. There is no interaction by an application here so there is no need for you to handle any authentication. Matt On

Re: [twitter-dev] Participation of the translation team of Twitter!

2010-07-08 Thread Matt Harris
Hi David, Thanks for wanting to improve Twitter and offering to be part of the translation program. We're in invite-only mode at the moment and are working only on French, German, Indonesian, Italian, Japanese and Spanish. Some time in the future we will open the system open and cover more

Re: [twitter-dev] Location information only delivered on geocoded searches?

2010-07-08 Thread Matt Harris
Hi James, I'm not sure why the location field is missing from those search results so I'll need to follow that up. Can you file it as a defect in the API Issues List: http://code.google.com/p/twitter-api/issues/list and i'll look into it. Just to clarify though, the location field is the

Re: [twitter-dev] Location information only delivered on geocoded searches?

2010-07-08 Thread M. Edward (Ed) Borasky
Quoting Matt Harris thematthar...@twitter.com: Hi James, I'm not sure why the location field is missing from those search results so I'll need to follow that up. Can you file it as a defect in the API Issues List: http://code.google.com/p/twitter-api/issues/list and i'll look into it. Just to

[twitter-dev] Search within followers / following

2010-07-08 Thread Sam
It would be great if there was a way to search just within users you are following, or those who are following you. Currently the only way to do this is to get the latest 3200 tweets from your friends and then search that result for your keyword. There are 2 main drawbacks for this method: i)

[twitter-dev] Rate limit on Oauth resources and Request token Expiration

2010-07-08 Thread Worth
Is Twitter going to start rate limiting the oauth resources or is dev.twitter.com is still being worked on? http://dev.twitter.com/doc/post/oauth/request_token Also what is the request token expiration time limit before they expire or does it vary for some reason? thanks, -Worth

[twitter-dev] Count ignored for retweeted_by_me

2010-07-08 Thread Manton Reece
Hey all, Anyone have success retrieving up to the documented 200 retweets on / statuses/retweeted_by_me? In my app and in testing with curl, the count parameter appears to work for small values, like 5 or 10, but if I try to get 200 in a single call the API caps it at 20. I couldn't find mention

Re: [twitter-dev] Rate limit on Oauth resources and Request token Expiration

2010-07-08 Thread Matt Harris
Hi Worth, The OAuth endpoints are not rate limited despite the documentation saying it is. We are aware of the documentation being wrong in this regard and have an updated version in the queue to go out. The request tokens are short lived. I don't have the exact lifetime to hand but I would

[twitter-dev] Destroy Tweet Problem

2010-07-08 Thread quenotacom
Hi, I am having the following problem when trying to delete a tweet from my app: After selecting the tweet to delete or (destroy), I send the xmlhttp with the destroy sentence specifying the ID to delete, the ajax return a 200 code with the info of the tweet being deleted (i thought the commit

[twitter-dev] getting full list of followers from a private list: members.json?cursor=-1

2010-07-08 Thread Vijay
Hi, Please pardon my ignorance on how to get all the results here. I am trying to make a simple call like this to get the full list of followers from my private list of about 150 folks.I get only the 1st page results in the API call instead of all the 150 folks.This is the API call i am trying

Re: [twitter-dev] Count ignored for retweeted_by_me

2010-07-08 Thread Matt Harris
Hi Manton, The docs are incorrect here. They should say the maximum value for count is 100. We're correcting the documentation to reflect this. Let me know if the 100 count isn't working for you though. Matt On Thu, Jul 8, 2010 at 3:51 PM, Manton Reece man...@riverfold.com wrote: Hey all,

Re: [twitter-dev] Destroy Tweet Problem

2010-07-08 Thread Matt Harris
Thanks for letting us know about this. Can you file this as a defect on our issue tracker: http://code.google.com/p/twitter-api/issues/list I know there have been other reports of this but I haven't seen a ticket issue for it yet. Thanks, Matt On Thu, Jul 8, 2010 at 4:20 PM, quenotacom

[twitter-dev] Re: getting full list of followers from a private list: members.json?cursor=-1

2010-07-08 Thread Konpaku Kogasa
Hello, http://api.twitter.com/1/bvijaykr/flexfollow/members.json?cursor=-1 I have also triedhttp://api.twitter.com/1/bvijaykr/flexfollow/members.json?cursor=-130... which returned a diff set of results.I also triedhttp://api.twitter.com/1/bvijaykr/flexfollow/members.jsonwhich returned

[twitter-dev] Re: Count ignored for retweeted_by_me

2010-07-08 Thread Manton Reece
Hi Matt, Great, looks like 100 at a time is working fine. Thanks for the quick reply. - Manton On Jul 8, 6:52 pm, Matt Harris thematthar...@twitter.com wrote: Hi Manton, The docs are incorrect here. They should say the maximum value for count is 100. We're correcting the documentation to

[twitter-dev] Re: Search API -Timezones problem

2010-07-08 Thread Ramanean
Can anyone answer my questions??

[twitter-dev] If you had rate limits reset issues today you should be ok now

2010-07-08 Thread themattharris
Those of you who were having rate limit reset issues today (Thursday 8th July) should be ok now. If not let us know by replying to this message letting us know: * The IP of the computer which is making the requests * A username you are making requests for * The time you tried to make the request

Re: [twitter-dev] Re: oauth status update returning error 401 invalid / used nonce

2010-07-08 Thread Fabien Penso
On Wed, Jun 16, 2010 at 9:39 PM, Craig chanson9...@gmail.com wrote: By the way, even when I try to tweet with just one word like: tweet, it doesn't work.  Just simple ascii characters.  Is there any way you can just intercept one of my test tweets and look at what, if anything might be going

Re: [twitter-dev] Re: oauth status update returning error 401 invalid / used nonce

2010-07-08 Thread Fabien Penso
On Fri, Jul 9, 2010 at 3:24 AM, Fabien Penso fabienpe...@gmail.com wrote: On Wed, Jun 16, 2010 at 9:39 PM, Craig chanson9...@gmail.com wrote: By the way, even when I try to tweet with just one word like: tweet, it doesn't work.  Just simple ascii characters.  Is there any way you can just

[twitter-dev] Re: Need example about get info twittercounter api

2010-07-08 Thread doremon
Thanks for your Respone, luisg. -I checked api of twitter but not enough info. you can go to twittercounter.com and will see many info ( average , follower, following ,... ) for each day. i asked Boris ( he created api twiitercounter.com) , he said het get info in long time and save it to DB .