[twitter-dev] Re: Creating a list without description silently fails (on website as wel as using API

2010-10-06 Thread Ken D.
In my app, the list names are quite descriptive, so until this gets fixed - and I think it will be - I send description=name which makes some sense as the originally input name is transformed (loss of capitals and special characters) and does not appear in the Twitter UI anyway. On Oct 6, 1:06 

Re: [twitter-dev] Adding twitter message

2010-10-06 Thread Knutsford Software
Thanks every one - correcting the clock on the server worked. - Original Message - From: Knutsford Software i...@knutsford-software.co.uk To: twitter-development-talk@googlegroups.com Sent: Tuesday, October 05, 2010 3:40 PM Subject: Re: [twitter-dev] Adding twitter message Stupid me

[twitter-dev] user details

2010-10-06 Thread ashy
Hello All, I have stored access token of some of the users in my database. Now, I want to retrieve friends and followers for these users. How can I retrieve this info? Any Ideas? thanks ashy -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

Re: [twitter-dev] user details

2010-10-06 Thread Ross Tweedie
Once you have have authenticated the access tokens, you should be able to call the API directly to get a list of friends and followers using URLs such as http://api.twitter.com/1/followers/ids.json?user_id=12345 and http://api.twitter.com/1/friends/ids.json?user_id=12345 There is more

Re: [twitter-dev] user details

2010-10-06 Thread ashwin morey
Hi All, I have a python file and I am running it through command line. But it keeps giving error here CONSUMER = oauth.OAuthConsumer(CONSUMER_KEY, CONSUMER_SECRET) AttributeError: 'module' object has no attribute 'OAuthConsumer' whereas it works when trying to run it through web application.

[twitter-dev] Re: user details

2010-10-06 Thread ashy
Hi All, Basically I am writing a cron job to retrieve friends and followers for the users. I have oauth token for these users stored in my database. Any Ideas? thanks ashy -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Re: @Anywhere communicate with PHP OAuth

2010-10-06 Thread Krileon
Fantastic, thank you. I currently was just taking the cookie provided by @Anywhere and validating it. Once validated I made a OAuth call to users/show, which returned the users information. Am using it to provide single sign-on and need things such as name, username, etc.. this seams to do the

[twitter-dev] Re: User_Timeline - include_rts not working

2010-10-06 Thread timrnicholson
Ok, I think I may be closer to understanding what is not working or works in a strange way. The returned data, when retweets are included is of this structure. Each tweet that is a retweet, has the original tweet information underneath it. Tweet Tweet Retweet Tweet That's fine and all,

[twitter-dev] Read-only application cannot POST problem

2010-10-06 Thread Skip
Hello, I've created an app, it has read-write setting enabled, all twitter users can post through it, but I can't, getting Read-only application cannot POST problem. Is it because I'm a developer??? BR, Alexey -- Twitter developer documentation and resources: http://dev.twitter.com/doc API

Re: [twitter-dev] Read-only application cannot POST problem

2010-10-06 Thread Taylor Singletary
Hi Alexey, If your access token was issued while your application was still in read-only mode, you'll need to reissue it by first going to http://twitter.com/settings/connections and revoking your application permission, then re-negotiate your access token. It will then be a read/write access

[twitter-dev] Re: Read-only application cannot POST problem

2010-10-06 Thread Skip
Thanks! It helped! On Oct 6, 6:06 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Alexey, If your access token was issued while your application was still in read-only mode, you'll need to reissue it by first going tohttp://twitter.com/settings/connectionsand revoking your

[twitter-dev] just to know that, why I am not getting data for big user ?

2010-10-06 Thread Rushikesh Bhanage
Hi there, I just need to know that is there any problem in getting data from API? I am using rest API to get data from API, mainly accessing user's followers data. I have been able to search a user having 1L followers on my site but from last 2 - 3 days, I am not able to search user having

Re: [twitter-dev] just to know that, why I am not getting data for big user ?

2010-10-06 Thread Taylor Singletary
What are the specific API methods that you are calling? Can you share the specific user? When you say neither get any error nor result do you mean the HTTP response is completely empty or that within whatever library/implementation you are using the calls do not yield results nor exceptions?

[twitter-dev] Re: user details

2010-10-06 Thread Ken D.
Just a wild guess. Try this: import oauth.oauth as oauth On Oct 6, 2:22 pm, ashwin morey ashwinmo...@gmail.com wrote: Hi All, I have a python file and I am running it through command line. But it keeps giving error here CONSUMER = oauth.OAuthConsumer(CONSUMER_KEY, CONSUMER_SECRET)

[twitter-dev] Re: Over the limit for this type of request, please wait a while and try again

2010-10-06 Thread Dewald Pretorius
Are any of the other POST methods now also similarly rate limited, or is it only destroy friendship? On Oct 5, 11:13 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi James, I'll re-post this in the group thread as well. Due to potential abuse, we've begun locking down bulk

[twitter-dev] Miscellaneous #newtwitter glitches

2010-10-06 Thread M. Edward (Ed) Borasky
1. As a result of the Who to follow field, I'm now gaining followers fairly rapidly. So rapidly, in fact, that I can't follow all or even most of them back without hitting some limit. I'm not sure how you'd adjust that, but there's a subtle bug in the way it's being handled. Suppose user J

[twitter-dev] Re: URL parameters

2010-10-06 Thread p5ic05i5
Hi Tom, Thanx for the quick answer. I did as you said, took the GET parameters off the url and put them with the rest as I did with POST parameters. Now I just have to sort them all right? This made me discover that my POST parameters worked just by coincidence, as I was appending them at the

[twitter-dev] [SiteStreams] can't follow more than one user

2010-10-06 Thread Ruben Fonseca
Hi @all! Not sure if I'm posting to the correct list, but here it goes. I'm currently trying to migrate a website service that uses UserStreams to SiteStreams, as the documentation tells me to do. However I'm finding a difficult problem that I've been able to reproduce: If I try to follow 1

Re: [twitter-dev] [SiteStreams] can't follow more than one user

2010-10-06 Thread Thomas Mango
Hey, Ruben. That's the correct URL format. Are you sure your account was approved for Site Stream access? Ruben Fonseca wrote: Hi @all! Not sure if I'm posting to the correct list, but here it goes. I'm currently trying to migrate a website service that uses UserStreams to SiteStreams, as

[twitter-dev] Re: [SiteStreams] can't follow more than one user

2010-10-06 Thread Ruben Fonseca
Hi Thomas On Oct 6, 5:20 pm, Thomas Mango tsma...@gmail.com wrote: Hey, Ruben. That's the correct URL format. Are you sure your account was approved for Site Stream access? Yes it is, I filled all forms and received confirmation on monday. Maybe I'm wrong, but the fact that it works with only

Re: [twitter-dev] Re: [SiteStreams] can't follow more than one user

2010-10-06 Thread John Kalucki
It might be an OAuth encoding error with the ','. Which OAuth library are you using? -John On Wed, Oct 6, 2010 at 9:34 AM, Ruben Fonseca fons...@gmail.com wrote: Hi Thomas On Oct 6, 5:20 pm, Thomas Mango tsma...@gmail.com wrote: Hey, Ruben. That's the correct URL format. Are you sure your

[twitter-dev] Re: [SiteStreams] can't follow more than one user

2010-10-06 Thread Ruben Fonseca
Hi John! On Oct 6, 5:54 pm, John Kalucki j...@twitter.com wrote: It might be an OAuth encoding error with the ','. Which OAuth library are you using? That was exactly the problem! I was using node-oauth (from here http://github.com/ciaranj/node-oauth/) and realized the signature was being

Re: [twitter-dev] Re: Over the limit for this type of request, please wait a while and try again

2010-10-06 Thread Matt Harris
Hi Dewald, There are other methods which are similarly rate limited. They are documented on our help center: http://support.twitter.com/articles/15364 The overview of rate limits on the developer site provides some more background about rate limits in general and then goes onto link to the

Re: [twitter-dev] Re: Creating a list without description silently fails (on website as wel as using API

2010-10-06 Thread Matt Harris
Thanks for filing this. The team has been notified and i'll update the ticket on the issue tracker with any progress. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Tue, Oct 5, 2010 at 11:57 PM, Ken D. k...@cimas.ch wrote: In my app, the list names are

[twitter-dev] Tweet button not working with a 'localhost' data-url?

2010-10-06 Thread Olivier K
Hi, I'm currently testing the tweet button for our website. When I test the button locally and want to share a link in the form of 'http://localhost:8080/somepath/image.jpg' its says that the 'url' param is invalid. But when I test it on a 'real' server (like example.com) the button does work. The

Re: [twitter-dev] Tweet button not working with a 'localhost' data-url?

2010-10-06 Thread Matt Harris
http://localhost is not a shareable URL so this error is expected. Instead, if you need to test things locally you might want to add a development domain name into your computers hosts file instead. Hope that helps, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris

Re: [twitter-dev] Tweet button not working with a 'localhost' data-url?

2010-10-06 Thread Tom van der Woerdt
Why would you want to generate a link that would only work for you? Just accept that it will not work and you'll be fine ;-) Tom On 10/6/10 10:29 PM, Olivier K wrote: Hi, I'm currently testing the tweet button for our website. When I test the button locally and want to share a link in the

[twitter-dev] User Streaming API and use of OAuth from web browser

2010-10-06 Thread Tim Bull
Hi, We are building an application client that is browser based. We're very comfortable with using OAuth from our server side code and are using it fine with the REST API (users sign in, authenticate with Twitter, we store their access tokens and reuse as requested - at the moment we mimic the

Re: [twitter-dev] User Streaming API and use of OAuth from web browser

2010-10-06 Thread Tom van der Woerdt
OAuth 1.0a was made for server to server authentication. It uses secrets for the client, which would make your application vulnerable. So, no, you should not use JavaScript for OAuth. Not before Twitter starts using OAuth 2.0. About the document you are referring to: there are three types of

[twitter-dev] statuses/retweets_of_me returning statuses that haven't been retweeted

2010-10-06 Thread Aaron Rankin
I'm seeing a lot of statuses coming back from statuses/retweets_of_me with retweet_count set to 0 or null and retweeted set to false. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] statuses/retweets_of_me returning statuses that haven't been retweeted

2010-10-06 Thread Taylor Singletary
The retweet_count and retweeted fields are not yet 100% functional. Taylor On Wed, Oct 6, 2010 at 2:01 PM, Aaron Rankin aran...@sproutsocial.comwrote: I'm seeing a lot of statuses coming back from statuses/retweets_of_me with retweet_count set to 0 or null and retweeted set to false. --

[twitter-dev] Re: Over the limit for this type of request, please wait a while and try again

2010-10-06 Thread Dewald Pretorius
Matt, I'm aware of those rate limits. I was referring to methods that used to be, Give us all you got, such as destroy friendship. For example, create block, destroy block, etc. On Oct 6, 3:38 pm, Matt Harris thematthar...@twitter.com wrote: Hi Dewald, There are other methods which are

Re: [twitter-dev] User Streaming API and use of OAuth from web browser

2010-10-06 Thread Matthew Terenzio
There would be one more issue which requires mentioning: JavaScript's Same-origin policy. You can't make a request directly to the Twitter API via JavaScript: you *will* need a proxy on your own server. Which seems to put web developers at a sever disadvantage for search and streaming APIs

[twitter-dev] Re: can't follow more than one user

2010-10-06 Thread JavaJunky
Hi, The library in question is mine and not unreasonably Ruben has submitted a pull-request with his fix over on github. Unfortunately this fix seems to break existing (working) OAuth consumer relationships :( I'm actually at a bit of a loss how to progress it, I've read:

Re: [twitter-dev] User Streaming API and use of OAuth from web browser

2010-10-06 Thread Tom van der Woerdt
I will indeed correct you: rate limits are based on account when using oauth. Tom On Oct 6, 2010, at 11:39 PM, Matthew Terenzio mteren...@gmail.com wrote: There would be one more issue which requires mentioning: JavaScript's Same-origin policy. You can't make a request directly to the

Re: [twitter-dev] User Streaming API and use of OAuth from web browser

2010-10-06 Thread Matthew Terenzio
On Wed, Oct 6, 2010 at 5:48 PM, Tom van der Woerdt i...@tvdw.eu wrote: I will indeed correct you: rate limits are based on account when using oauth. Really? Can someone second that. I re-read the documentation and it doesn't look like it to me. Are the IP limits ignored when you log in as a

[twitter-dev] Can I tell how many tweets have been made by users of my app?

2010-10-06 Thread jnardone
Hi: Is there a way to tell how may tweets have been sent by my app? It uses Oath so people's tweets say from xxx app Also, is there a way to track the number of users who have made a tweet through my app? Thanks, Joseph -- Twitter developer documentation and resources:

[twitter-dev] Unable to connect to the Streaming API over SSL

2010-10-06 Thread Hayes Davis
Hi all, For several months now, we've been connecting to the streaming api filter resource over SSL without issue. Today it suddenly disconnected us and wouldn't let us reconnect. We tried from multiple IPs to connect without success so it doesn't appear to be some sort of blacklist issue. Is

Re: [twitter-dev] Unable to connect to the Streaming API over SSL

2010-10-06 Thread Taylor Singletary
Hi Hayes, The public streaming API endpoint at stream.twitter.com had SSL support turned off recently -- we hadn't, I believe, ever explicitly documented that it supported SSL. I wasn't aware of this change and have some issues with it -- I'll see what I can do. In the meantime, please use

Re: [twitter-dev] User Streaming API and use of OAuth from web browser

2010-10-06 Thread Matt Harris
All the information about rate limits can be found on our developer site: http://dev.twitter.com/pages/rate-limiting When talking about rate limits it is important to be clear about the API being used, as each has their own. For the REST API (requests to api.twitter.com) the limit is 150

[twitter-dev] Converting to oAuth / xAuth from Progress Open Edge applications

2010-10-06 Thread Martin Hannah
We are converting our Twitter interfaces to oAuth and from the advise on http://twittervb.codeplex.com/wikipage?title=XAuth we are heading down the path of xAuth for our desk top applications that use Twitter. We opted not to use TwitterVB.dll for backward compatibility of older sites, so we are

[twitter-dev] Fwd: Twitter Support: update on Favstar50celeb has been suspended.

2010-10-06 Thread Tim Haines
Hi Developer Advocates, I received this message today after @favstar50celeb has been unsuspended. Can I ask for a little more insight as to why @favstar50celeb was suspended and others like @favstar50 haven't been? Cheers, Tim. -- Forwarded message -- From: JuneClippers

Re: [twitter-dev] User Streaming API and use of OAuth from web browser

2010-10-06 Thread Matthew Terenzio
So yes, I was correct (at least with search) that a web based solution is severely limited compared to a desktop. It will share usage among all it's users while a desktop client can spread the load amongst its users IPs. That stinks in my opinion. (I'm a web developer.) On Wed, Oct 6, 2010 at

Re: [twitter-dev] Converting to oAuth / xAuth from Progress Open Edge applications

2010-10-06 Thread Matt Harris
Hi Martin, In the example you give the timestamp you are using converts to one from the year 1971 so you want to check how you are creating that. The correct timestamp value is the current epoch time in seconds. Without seeing your basestring it is difficult to know what could be going wrong.

Re: [twitter-dev] User Streaming API and use of OAuth from web browser

2010-10-06 Thread Matt Harris
Well remember with Search you don't need to proxy from your server - instead the Search API supports JSONP so you can run it directly from the website. Regarding Toms proxy comment. I think Tom was suggesting it for the userstreams functionality. As userstreams require a long poll connection

Re: [twitter-dev] User Streaming API and use of OAuth from web browser

2010-10-06 Thread Matthew Terenzio
Fair enough. On Wed, Oct 6, 2010 at 8:39 PM, Matt Harris thematthar...@twitter.comwrote: Well remember with Search you don't need to proxy from your server - instead the Search API supports JSONP so you can run it directly from the website. Regarding Toms proxy comment. I think Tom was