[twitter-dev] Re: from API

2009-07-03 Thread Harrison
Just a heads up. I don't think this is officially supported by any means, but if you pass source=web in your REST call, the source will return to the old web. i.e. $ curl -u username:password -d status=This is a test. http://twitter.com/statuses/update.xml This is a test. 2 minutes ago from API

[twitter-dev] Re: OAuth doesn't work on Symbian S60 devices (visual bug on web page)

2009-07-03 Thread Harrison
This isn't specifically related, but there really needs to be a more mobile-optimised version of the OAuth pages. The current site isn't very iPhone friendly and I'd hate to see how apps authenticate themselves on lesser capable devices. I know, I know, PIN-based authentication. Still. On Jul

[twitter-dev] Re: Retrieving data from the Twitter API

2009-07-03 Thread Christian Fazzini
Anyone? On Jul 1, 4:04 pm, Christian Fazzini christian.fazz...@gmail.com wrote: So is this wrong if I save the image and user details locally (on our server) ? Also, how would it be possible to get the users profile pic

[twitter-dev] Re: Retrieving data from the Twitter API

2009-07-03 Thread Christian Fazzini
Anyone? On Jul 1, 4:17 pm, Christian Fazzini christian.fazz...@gmail.com wrote: hmmm On Jun 30, 10:45 pm, Abraham Williams 4bra...@gmail.com wrote: Twitter has said in the past they are more then willing to take care of the bandwidth for smaller applications but if you go huge they ask

[twitter-dev] Re: Retrieving data from the Twitter API

2009-07-03 Thread Christian Fazzini
Currently, we are saving the images onto our server. If we can hotlink the images to S3. This would save us storage space. However, the only drawback is, whenever a user loads a page on our website, it would have to connect to the S3 servers everytime, to load the images on our site. If, on the

[twitter-dev] Re: Retrieving data from the Twitter API

2009-07-03 Thread Stuart
2009/7/3 Christian Fazzini christian.fazz...@gmail.com: Currently, we are saving the images onto our server. If we can hotlink the images to S3. This would save us storage space. However, the only drawback is, whenever a user loads a page on our website, it would have to connect to the S3

[twitter-dev] Re: Retrieving data from the Twitter API

2009-07-03 Thread Christian Fazzini
Thanks for clarifying this further Stuart. It makes much sense now. Chris On Jul 3, 5:05 pm, Stuart stut...@gmail.com wrote: 2009/7/3 Christian Fazzini christian.fazz...@gmail.com: Currently, we are saving the images onto our server. If we can hotlink the images to S3. This would save

[twitter-dev] Logging users on with the Twitter API

2009-07-03 Thread Christian Fazzini
Hello, We are developing a website that uses the Twitter API. At current, when a users gets onto our site, a login screen appears, prompting the user to enter his/her twitter username and password. Our system/ website does http://twitter.com/account/verify_credentials.format (

[twitter-dev] Re: Logging users on with the Twitter API

2009-07-03 Thread Christian Fazzini
Hmm ok just found out that verify_credentials is not rate limited. So I guess we can log as many users on without limitations... Correct me if I am wrong. On Jul 3, 5:22 pm, Christian Fazzini christian.fazz...@gmail.com wrote: Hello, We are developing a website that uses the Twitter API.

[twitter-dev] Re: Logging users on with the Twitter API

2009-07-03 Thread Stuart
2009/7/3 Christian Fazzini christian.fazz...@gmail.com: Hmm this is strange. Also Twitter REST API Method: statuses/update does not have rate limited. Does this mean we can allow an authenticated twitter user to post as many updates to Twitter from our website as he/she wants? Or am I not

[twitter-dev] Re: place to discuss business of twitter apps

2009-07-03 Thread Chris Prakoso
Peter, count me in. Chris On Thu, Jul 2, 2009 at 11:49 PM, Peter Denton petermden...@gmail.comwrote: Hey friends Does anyone have a space we can ask questions about the business of twitter apps? For example, if I have questions/concerns/theories about being in the business of building

[twitter-dev] Re: Logging users on with the Twitter API

2009-07-03 Thread Christian Fazzini
Yes I've read the documentation. But what is confusing me is the following: If the call I am making states API rate limited: false, in this case for verify_credentials.format , then my API will not have a limit to the number of times I can call this method, since rate limting does not apply for

[twitter-dev] Re: callback if user deny

2009-07-03 Thread rag twitter
hey hi.. I went thru the discussion, but dint ended up with a conclusion on how to achieve this ? any idea ? -rag On Thu, Jul 2, 2009 at 7:52 PM, Matt Sanford m...@twitter.com wrote: Hi there, You might find the ticket on this interesting reading:

[twitter-dev] Re: from API

2009-07-03 Thread Dewald Pretorius
To anyone who is interested, you can follow the diverse opinions of Twitter users on this change at my blog: http://bit.ly/12ZB9H

[twitter-dev] Re: from API

2009-07-03 Thread Dewald Pretorius
I trust that Twitter will close down that loophole pretty quickly, so that we have an equal playing field for all apps, especially those who choose not to exploit the loophole. On Jul 3, 4:17 am, Harrison peppe...@gmail.com wrote: Just a heads up. I don't think this is officially supported by

[twitter-dev] Re: Logging users on with the Twitter API

2009-07-03 Thread Stuart
2009/7/3 Christian Fazzini christian.fazz...@gmail.com: But if the call I am making states API rate limited: false, in this case for verify_credentials.format , then my API will not have a limit to the number of times I can call this method, since rate limting does not apply for this method.

[twitter-dev] Re: Logging users on with the Twitter API

2009-07-03 Thread Stuart
2009/7/3 Christian Fazzini christian.fazz...@gmail.com: Yes I've read the documentation. But what is confusing me is the following: If the call I am making states API rate limited: false, in this case for verify_credentials.format , then my API will not have a limit to the number of times

[twitter-dev] Always returned Failed to validate oauth signature and token

2009-07-03 Thread muramastu
Dears, I'm trying to write a win32 desktop application to access twitter.com by using C++ and stopped at the 1st step of OAuth process - Request a request token. When the HTTP request is sent, the message returned from server is Failed to validate oauth signature and token. Could anyone give

[twitter-dev] Bitly is still used by Twitter?

2009-07-03 Thread Mojo
Hello all, Have twitter stopped using bitly? I only ask because there is something that I cn do. A few weeks back, everytime I made a tweet using the API all my URLS were converted to bitly urls. However, when I type in a long URL now, it says long and bitly isn't used. Sorry for the nooby and

[twitter-dev] API to get people I'm following

2009-07-03 Thread Chris
Hello people, I'm wondering if there's an API call that I can use to grab the list of people that I or a specific user is following? From my understanding, you can only get who's following a specific user. Thanks. -Chris

[twitter-dev] Re: API to get people I'm following

2009-07-03 Thread Abraham Williams
You are looking for the status/friends method: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0friends On Fri, Jul 3, 2009 at 06:12, Chris cble...@gmail.com wrote: Hello people, I'm wondering if there's an API call that I can use to grab the list of people that I or a

[twitter-dev] Re: Bitly is still used by Twitter?

2009-07-03 Thread Abraham Williams
If bitly takes to long to to return a shortened url Twitter posts it as is. It is possible that bitly has been slow recently. Abraham On Fri, Jul 3, 2009 at 05:11, Mojo theoga...@googlemail.com wrote: Hello all, Have twitter stopped using bitly? I only ask because there is something that

[twitter-dev] Re: Always returned Failed to validate oauth signature and token

2009-07-03 Thread Abraham Williams
Based on http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-oauth-request_tokenyou should be using a GET. On Fri, Jul 3, 2009 at 04:58, muramastu keic...@gmail.com wrote: Dears, I'm trying to write a win32 desktop application to access twitter.com by using C++ and stopped at the 1st

[twitter-dev] Re: Logging users on with the Twitter API

2009-07-03 Thread Abraham Williams
You might also want to look at Sign in with Twitter: http://apiwiki.twitter.com/Sign-in-with-Twitter On Fri, Jul 3, 2009 at 09:02, Stuart stut...@gmail.com wrote: 2009/7/3 Christian Fazzini christian.fazz...@gmail.com: Yes I've read the documentation. But what is confusing me is the

[twitter-dev] Re: OAuth doesn't work on Symbian S60 devices (visual bug on web page)

2009-07-03 Thread Abraham Williams
http://code.google.com/p/twitter-api/issues/detail?id=395 On Fri, Jul 3, 2009 at 02:29, Harrison peppe...@gmail.com wrote: This isn't specifically related, but there really needs to be a more mobile-optimised version of the OAuth pages. The current site isn't very iPhone friendly and I'd

[twitter-dev] Re: from API

2009-07-03 Thread shiplu
No doubt it will be closed. But from now on twitter should approve more applications. Cause many applications are using this from web and converted to from API. Soon they will apply for approval. -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার

[twitter-dev] Re: callback if user deny

2009-07-03 Thread Abraham Williams
Currently you can not achieve this. The discussion Matt linked to does not say how to it is a related discussion that you might find interesting. Abraham On Fri, Jul 3, 2009 at 07:09, rag twitter rag.twit...@gmail.com wrote: hey hi.. I went thru the discussion, but dint ended up with a

[twitter-dev] Re: from API

2009-07-03 Thread Abraham Williams
There is no approval process anymore. To have a custom from all you have to do is create an OAuth application. Abraham On Fri, Jul 3, 2009 at 09:40, shiplu shiplu@gmail.com wrote: No doubt it will be closed. But from now on twitter should approve more applications. Cause many

[twitter-dev] Re: from API

2009-07-03 Thread Dewald Pretorius
Abraham, Is this optional? Meaning, can one register an OAuth application and still not have a custom from on the tweets originating from that application? On Jul 3, 11:44 am, Abraham Williams 4bra...@gmail.com wrote: There is no approval process anymore. To have a custom from all

[twitter-dev] Re: from API

2009-07-03 Thread Chad Etzel
You could call your application web /snark -chad On Fri, Jul 3, 2009 at 11:08 AM, Abraham Williams4bra...@gmail.com wrote: I don't think so. Abraham On Fri, Jul 3, 2009 at 09:57, Dewald Pretorius dpr...@gmail.com wrote: Abraham, Is this optional? Meaning, can one register an OAuth

[twitter-dev] Re: from API

2009-07-03 Thread Dewald Pretorius
That's probably true, but I don't believe in trying to game Twitter. It's a very stupid strategy in the long run. If you want a Twitter application that fits into the Twitter ecosystem and will be around for a long time, the best strategy is to be a good and upstanding neighbor of Twitter. On

[twitter-dev] If the twee begins with ' (single quote), then none of the words are tweeted

2009-07-03 Thread goodtest
tweet: ' hi i am goodtest' observed: ' I am url encoding it but still i get the same issue.

[twitter-dev] tweeting with \ (backslash) breaks twitter via api

2009-07-03 Thread goodtest
If i update my message with \bla bla bla I get:I have urlencoded it Something is technically wrong. Thanks for noticing�we're going to fix it up and have things back to normal soon.

[twitter-dev] Re: from API

2009-07-03 Thread João Pereira
I think that who don't want to identify theirs apps are building twitter spam apps :) On Fri, Jul 3, 2009 at 4:40 PM, Dewald Pretorius dpr...@gmail.com wrote: That's probably true, but I don't believe in trying to game Twitter. It's a very stupid strategy in the long run. If you want a

[twitter-dev] Re: daily follow/unfollow/update limit

2009-07-03 Thread Developer In London
yes initially i thought the follow/update/unfollow/dm are all in the same limits. but i can see now ( http://help.twitter.com/forums/10711/entries/15364) that the 1000 only applies for Updates/dms not for follow/unfollow. That only requires a near 1:1 ratio. Some documentation on what the maximum

[twitter-dev] Re: daily follow/unfollow/update limit

2009-07-03 Thread bakedpotato
Doug, I have been told by support (Lukester) that my account was exceeding following limits of over 1000/day. 5 days ago I disabled SocialToo which was set to follow 100/day. I have since tried to add followers (the last 4 days) yet have been restricted do so at all. Can you please help me

[twitter-dev] Re: from API

2009-07-03 Thread Dewald Pretorius
For me it is more a matter of user education. When you read the user comments on my blog, you will see there are a few who said they will stop using TweetLater if the tweets are labeled with from TweetLater. There are one of two reasons for that: a) they are concerned about what their followers

[twitter-dev] sending direct messages from API fails randomly

2009-07-03 Thread Yusuke Yamamoto
Hi, Twitter4J has a following test case and it started to fail approximately 24 hours ago. 1. there are two users - twit4j and twit4j2 2. twit4j follows twit4j2 http://twitter.com/friendships/create/twit4j2.xml 3. twit4j2 follows twit4j http://twitter.com/friendships/create/twit4j.xml 4.

[twitter-dev] Re: from API

2009-07-03 Thread Chad Etzel
Some clients don't even show the source... Tweetie for example.. There are a billion 3rd party applications out there, so I think if it says from API it won't betray their use of TweetLater. It just means that they're using not web ...so who cares? On a related note, I doubt if Twitter will

[twitter-dev] Re: Retrieve Other User's Friend Timeline

2009-07-03 Thread Chris Thomson
There used to be a way, but Twitter removed it a long time ago, on June 4, 2008 [1] because it was too intensive on the servers for a page that hardly anyone used. 1. http://www.flickr.com/photos/chris24dotca/3646823155/ -Chris Thomson On Fri, Jul 3, 2009 at 11:32 AM, Yao yao...@gmail.com

[twitter-dev] I need Api with start end parameter like count .

2009-07-03 Thread Ravinder Chopra
HI I am working on twitter api here is the api :: http://twitter.com/statuses/user_timeline/raj.xml?count=200 currently it is giving only 200 records in one call i need to fetch next 200 in second call what i should change in api so that i get 200 records in every call means if the user

[twitter-dev] Search for query OR by geocode?

2009-07-03 Thread Cronlajoon
Is it possible to request tweets based on a query OR a geocode through the API? Example: ?q=%23kdtwORgeocode=59.367,13.5,20km Thanks in advance! Kind regards Carl-Fredrik Herö @Carlfredrikhero on Twitter

[twitter-dev] Need extra parameters

2009-07-03 Thread Ravinder Chopra
hi I think i need extra parameters in this api http://twitter.com/statuses/user_timeline/raj.xml?count=200 like count , i need a parameter which is used to extend this value means In first call 200 in next call next 200 First call

[twitter-dev] Re: I need Api with start end parameter like count .

2009-07-03 Thread Abraham Williams
Check out the page param in the docs: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline On Fri, Jul 3, 2009 at 12:35, Ravinder Chopra ravinderc.impi...@gmail.comwrote: HI I am working on twitter api here is the api ::

[twitter-dev] Re: Retrieve Other User's Friend Timeline

2009-07-03 Thread Chris Thomson
Sorry about that, wrong link. 1. http://status.twitter.com/post/37217014/with-friends-tab-and-feeds On Jul 3, 1:27 pm, Chris Thomson chri...@chris24.ca wrote: There used to be a way, but Twitter removed it a long time ago, on June 4, 2008 [1] because it was too intensive on the servers for a

[twitter-dev] Re: Retrieve Other User's Friend Timeline

2009-07-03 Thread Yao
Thanks Chris. -Yao On Jul 3, 1:44 pm, Chris Thomson chri...@chris24.ca wrote: Sorry about that, wrong link. 1.http://status.twitter.com/post/37217014/with-friends-tab-and-feeds On Jul 3, 1:27 pm, Chris Thomson chri...@chris24.ca wrote: There used to be a way, but Twitter removed it a

[twitter-dev] Re: I need Api with start end parameter like count .

2009-07-03 Thread Ravinder Chopra
hi Abraham Williams Thanks for reply but i have already seen it there is no method to extend it , Thanks regads Ravinderc On Fri, Jul 3, 2009 at 11:11 PM, Abraham Williams 4bra...@gmail.com wrote: Check out the page param in the docs:

[twitter-dev] update/status api is recognizing only the first word of the tweet :( please help

2009-07-03 Thread goodtest
I thought everything was working until i just sent a tweet with 4 words, but only the first word is being posted for some reason. Please help . I think i have done all the url encoding stuffs, but somehow twitter is only recognizing first word. What am i missing? Url:

[twitter-dev] Re: update/status api is recognizing only the first word of the tweet :( please help

2009-07-03 Thread Stuart
2009/7/3 goodtest goodtest...@gmail.com: I thought everything was working until i just sent a tweet with 4 words, but only the first word is being posted for some reason. Please help . I think i have done all the url encoding stuffs, but somehow twitter is only recognizing first word. What

[twitter-dev] Re: Followers Count doesn't add up with the actual followers

2009-07-03 Thread Tim
Where are the other 200 go ? To answer your questions, chances are that these 200 accounts have been disabled (probably for being spam accounts), but I noticed there are still counted in the number of followers. Tim

[twitter-dev] Hackers and Crackers have been posting malicious URL's that link to botnets

2009-07-03 Thread Michael Yardley
Watch out what URL's you hit your machine could be used as a botnet

[twitter-dev] Taken Usernames

2009-07-03 Thread Josh
We own a business and are interested in setting up a Twitter account in the name of our business. We also own the copyright for this name. Unfortunately the name has been taken. However, the account has been inactive for the last 6 months. What are the steps we need to go through to get this user

[twitter-dev] Re: Taken Usernames

2009-07-03 Thread Stuart
2009/7/3 Josh jwilkins1...@gmail.com: We own a business and are interested in setting up a Twitter account in the name of our business. We also own the copyright for this name. Unfortunately the name has been taken. However, the account has been inactive for the last 6 months. What are the

[twitter-dev] Re: update/status api is recognizing only the first word of the tweet :( please help

2009-07-03 Thread goodtest
thanks for the quick reply. I tried not encoding the url part of it, but still twitter only recognizes the first word :(

[twitter-dev] Re: Followers Count doesn't add up with the actual followers

2009-07-03 Thread Howard Siegel
Others have also noticed that some accounts show up multiple times in the list of followers when retrieved via the API. Not sure why that happens, but it does. - h On Fri, Jul 3, 2009 at 11:37, Tim timot...@gmail.com wrote: Where are the other 200 go ? To answer your questions, chances

[twitter-dev] Re: update/status api is recognizing only the first word of the tweet :( please help

2009-07-03 Thread Stuart
2009/7/3 goodtest goodtest...@gmail.com: thanks for the quick reply.   I tried not encoding the url part of it, but still twitter only recognizes the first word :(

[twitter-dev] Failed to validate oauth signature and token using python/django libs

2009-07-03 Thread Blaine Garrett
Hi, I get the 401:Unauthorized Error every time I attempt to get a request token. When I attempt to go to the URL directly in the browser (not yet accessed to preserve nonce) I get a body of Failed to validate oauth signature and token. I am using the Leah's oauth client listed at

[twitter-dev] Re: update/status api is recognizing only the first word of the tweet :( please help

2009-07-03 Thread goodtest
ah I cant believe I was missing such basic point. Thanks again (especially for responding on a long weekend), it works now! On Jul 3, 1:06 pm, Stuart stut...@gmail.com wrote: 2009/7/3 goodtest goodtest...@gmail.com: thanks for the quick reply.   I tried not encoding the url part of

[twitter-dev] Re: update/status api is recognizing only the first word of the tweet :( please help

2009-07-03 Thread Stuart
2009/7/3 goodtest goodtest...@gmail.com: ah I cant believe I was missing such basic point.  Thanks again (especially for responding on a long weekend), it works now! Ahh, the good old attitude that the whole world is American. The rest of us are out here ya know - we have our own timezones

[twitter-dev] Re: update/status api is recognizing only the first word of the tweet :( please help

2009-07-03 Thread Andrew Badera
On Fri, Jul 3, 2009 at 5:27 PM, Stuartstut...@gmail.com wrote: 2009/7/3 goodtest goodtest...@gmail.com: ah I cant believe I was missing such basic point.  Thanks again (especially for responding on a long weekend), it works now! Ahh, the good old attitude that the whole world is American.

[twitter-dev] Re: Bitly is still used by Twitter?

2009-07-03 Thread Mojo
Ah Thanks, didn't know that. I will code this logic into my App. On Jul 3, 3:15 pm, Abraham Williams 4bra...@gmail.com wrote: If bitly takes to long to to return a shortened url Twitter posts it as is. It is possible that bitly has been slow recently. Abraham On Fri, Jul 3, 2009 at 05:11,

[twitter-dev] Re: I need Api with start end parameter like count .

2009-07-03 Thread Abraham Williams
From the docs: - page. Optional. Specifies the page of results to retrieve. Note: there are pagination limitshttp://apiwiki.twitter.com/Things-Every-Developer-Should-Know#6Therearepaginationlimits. - Example: http://twitter.com/statuses/user_timeline.rss?page=3 On Fri, Jul 3, 2009

[twitter-dev] Re: daily follow/unfollow/update limit

2009-07-03 Thread Chris Latko
Yes, My users are in the same predicament. They seem to hit a daily limit of 200 follows. My personal account has a higher limit of 500. No DMs are sent through any of these accounts. Is there something I'm missing? Thank you, Chris On Jul 3, 2009, at 12:00 PM, bakedpotato wrote: