[twitter-dev] Is profile_image supposed to be rate limited?

2011-03-30 Thread Christian Fazzini
I suspect that the following is rate limited: http://dev.twitter.com/doc/get/users/profile_image/:screen_name In the above link it says rate limited: false. My rate limit status says: hourly_limit=150 remaining_hits=0 reset_time=Wed Mar 30 09:37:17 + 2011 reset_time_in_seconds=1301477837

[twitter-dev] Re: Bigger avatar images for users/profile_image/twitter ?

2011-03-30 Thread Robert McGovern
On Mar 7, 7:22 pm, Ken D. k...@cimas.ch wrote: The original seems to be available athttp://a3.twimg.com/profile_images/361706538/mk1.jpg Are we actually allowed to use the original version? (Taking profile_image_url and trimming out the _normal) I'd certainly like to be able to use something

Re: [twitter-dev] Request token failed

2011-03-30 Thread Nassr zied
i also got this problem, but i just deleted the consumerkey and the consummerkeySecret and typed them again and from nowhere it works again!! try it ;) 2011/3/30 Matthieu GD matthie...@gmail.com Hello, From out of nowhere I got Failed to validate oauth signature and token when I do a request

[twitter-dev] Celebs that tweet

2011-03-30 Thread Dean Collins
Who /what is celebs that tweet? www.celebsthattweet.com is this something that has an official relationship with Twitter? Cheers, Dean -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Re: 401 unauthorized

2011-03-30 Thread Nick Spacek
Sorry, what hack is that?  I've heard a bunch of advice on working around this, but nothing conclusive. I believe he means changing from https://api.twitter.com to http://api.twitter.com. I can confirm that this works for me as well. Obviously not ideal, but an interim solution? -- Twitter

[twitter-dev] Re: GET :user/lists/:id/statuses stopped working

2011-03-30 Thread Sean Robertson
Yeah, changed the URL to this and it works now: http://api.twitter.com/1/padems/lists/pademocrats/statuses.json What's odd is it _was_ working before - something had to have changed on Twitter's side. Thanks. On Mar 29, 5:09 pm, Cameron Kaiser spec...@floodgap.com wrote: This just stopped

[twitter-dev] get users by profile location?

2011-03-30 Thread Lauren Sperber
Anyone know if there is a way to search twitter users by the location provided in their profile? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] get users by profile location?

2011-03-30 Thread Jeremy Dunck
There is not, as far as I can tell. On Wed, Mar 30, 2011 at 10:17 AM, Lauren Sperber lauren.sper...@gmail.com wrote: Anyone know if there is a way to search twitter users by the location provided in their profile? -- Twitter developer documentation and resources: http://dev.twitter.com/doc

Re: [twitter-dev] get users by profile location?

2011-03-30 Thread Jim Barcelona
Not via the API, but I'm not quite sure which users and whose profile you mean. Can you give an example? On Wed, Mar 30, 2011 at 8:17 AM, Lauren Sperber lauren.sper...@gmail.comwrote: Anyone know if there is a way to search twitter users by the location provided in their profile? -- Twitter

Re: [twitter-dev] Géolocalisation d'un tweet

2011-03-30 Thread Augusto Santos
But, what kind of service do you want to provide using geolocation? 2011/3/29 Nassr zied zied.na...@gmail.com salut, je suis en plein travail pour la création de mon Client Twetter pour windows phone 7. En fait, j'ai presque terminé et je veux ajouter un module de geolocalisation(c'est la

[twitter-dev] Re: Enforced profile picture dimensions/sizes

2011-03-30 Thread Helliax
Thanks, this is what I suspected given the amount of time since the last message. Fortunately I'm just dumping the image link into a Silverlight Image control, so it's easy enough to set dimensions for control itself. On Mar 29, 11:48 am, Arnaud Meunier arn...@twitter.com wrote: This particular

[twitter-dev] Introducing Web Intents

2011-03-30 Thread Brian Ellin
Developers, users, and journalists are finding more creative ways to use Tweets on the web to leverage the power of the network to spread news. In the past it’s been difficult to make these Tweets interactive, requiring you to write an OAuth app simply to attach Reply, Retweet, and Favorite

Re: [twitter-dev] Introducing Web Intents

2011-03-30 Thread Tom van der Woerdt
I wonder... Why is the script tag included in the example when the 3 lines below it don't actually use javascript? Does the widgets.js code automatically transform the buttons? That would be a bad thing... Besides that, I like it. I haven't checked yet, but is there a mobile version ready as

Re: [twitter-dev] Introducing Web Intents

2011-03-30 Thread Scott Wilcox
Another point I consider to be important, when will platform.twitter.com get HTTPS? Scott. On 30 Mar 2011, at 22:07, Tom van der Woerdt wrote: I wonder... Why is the script tag included in the example when the 3 lines below it don't actually use javascript? Does the widgets.js code

Re: [twitter-dev] Introducing Web Intents

2011-03-30 Thread Taylor Singletary
While platform.twitter.com/widgets.js doesn't yet support HTTPS, you can take the inline pop-up Javascript code featured near the bottom of the documentation (the Optimization section) and store it on your own server to support HTTPS -- with the added benefit of removing an external dependency.

[twitter-dev] Re: Introducing Web Intents

2011-03-30 Thread Adam Green
It is so easy for people on the outside to tie together a company's actions into a convenient timeline that doesn't actually reflect the order of events, but the timing of this announcement just screams for a convenient narrative: 1. Ryan tells everyone to stop building Twitter clients. 2. Twitter

[twitter-dev] Re: Celebs that tweet

2011-03-30 Thread Quy
This site is no more official than http://www.celebritytweet.com/ or http://celebritytwitter.com/ These sites definitely aren't affiliated with Twitter. Quy On Mar 30, 5:30 am, Dean Collins d...@cognation.net wrote: Who /what is celebs that tweet? www.celebsthattweet.com is this something

[twitter-dev] Re: Is profile_image supposed to be rate limited?

2011-03-30 Thread m36tb6ll
As per the your hourly limit of 150, i will assume that you did not auth. What are you trying to do specifically with this API? Read the notes on the documentation. You might find something there. ;) On Mar 30, 5:35 pm, Christian Fazzini christian.fazz...@gmail.com wrote: I suspect that the