[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

My remaining_hits is 0. If the above API call is not rate limited, why
is it returning a 400 code?

The error message:
Twitter::BadRequest: GET 
https://api.twitter.com/1/users/profile_image/ChrisFazz.json:
400: error

Can someone explain why this is being rate limited? Is the API doc for
this call outdated?

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 a touch larger than 73x73 that is currently
the largest documented. Its not the prettiest on a retina display :)

The originals are certainly variable in size, I've seen 256x256,
375x500, 500x375, 500x500, 500x667 in my sampling of 10 (just going
via Twitter.com and clicking on peoples avatars).

Rob

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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 token (GET with https on this url :
 https://api.twitter.com/oauth/request_token). It was working since
 several days.

 Is it normal ?

 Matthieu

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 working for me:

 http://twitter.com/@padems/lists/pademocrats/statuses.json

  It now returns this:

  {request:\/@padems\/lists\/pademocrats\/statuses.json,error:You must
  specify either a list ID or a slug and owner}

  Anyone know what's going on?

 Get rid of the @.

 --
  personal:http://www.cameronkaiser.com/--
   Cameron Kaiser * Floodgap Systems *www.floodgap.com* ckai...@floodgap.com
 -- Silly is a state of mind, stupid is a way of life. -- Dave Butler 
 --

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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 developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk




-- 
Jim Barce Barcelona

ba...@appdevandmarketing.com

http://appdevandmarketing.com/

http://twitter.com/barce

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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 première fois que je travail sur ce
 type de service) ...j'ai lu la documentation fournit par Twitter mais
 j'ai pa bien compris le principe de l'exemple ... est ce qu'il ya
 quelqu'un qui peut m'aider svp!
 Merci...

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk




-- 
氣

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 problem only concerns a couple of users who didn't re-upload
 their profile image since we had this bug in 2009. Unfortunately, a fix is
 unlikely to come.

 In most of the cases, image size is correct. If it's just about displaying
 these images in a browser, you can set the image width/height attributes
 and/or use CSS (that's what we do on twitter.com).

 Now if you use these images differently and if their size is important for
 your app, you should add a check/validation step in your process, just like
 you should sanitize anything you consume to be sure an unexpected value
 won't break your app.

 Arnaud / @rno







 On Mon, Mar 28, 2011 at 2:17 PM, Helliax hell...@gmail.com wrote:
  A while back, there was a discussion thread about how some profile
  images did not adhere to the expected profile dimensions due to a one
  time internal Twitter bug (normal:48x48, mini:24x24, bigger:73x73).

 http://groups.google.com/group/twitter-development-talk/browse_thread...

  Since this problem still seems to exist (see: bigchris8504), is it
  safe practice to never assume we'll be getting profile images in the
  correct dimensions? Or is there a fix for this incoming?

  --
  Twitter developer documentation and resources:http://dev.twitter.com/doc
  API updates via Twitter:http://twitter.com/twitterapi
  Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
  Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 actions
to Tweets.

Today we’re releasing a simple new addition to the API called Web Intents
that makes it possible to make Tweets that you display on the web
interactive.  Web Intents provide popup optimized flows for all the ways you
interact with Tweets and users on Twitter: Tweet, Reply, Retweet, Favorite,
and Follow.  The new tool makes it possible for users to interact with
Twitter content in the context of your site, without leaving the page or
having to authorize a new app just for the interaction.  Web intents are
mobile friendly and easy to implement.

For example, here’s how you add Reply, Retweet, and Favorite links to a
specific Tweet:

script type=text/javascript src=http://platform.twitter.com/widgets.js
/script
pa href=http://twitter.com/intent/tweet?in_reply_to=51113028241989632
Reply/a/p
pa href=http://twitter.com/intent/retweet?tweet_id=51113028241989632
Retweet/a/p
pa href=http://twitter.com/intent/favorite?tweet_id=51113028241989632
Favorite/a/p

Detailed documentation is available at http://dev.twitter.com/pages/intents

To see Web Intents in action check out Wordpress.com’s great tool for
quoting Tweets in blog posts: Twitter Blackbird
Piehttp://en.support.wordpress.com/twitter-blackbird-pie/.
 Here's a post that uses their tool to quote @jack's Tweets about our 5 year
anniversary http://techcrunch.com/2011/03/13/twitters-beginning/.  We’ve
also added these standard Tweet actions to our timeline
widgetshttps://twitter.com/about/resources/widgetsthat are used all
over the web.

We’ve also updated the display
guidelineshttp://dev.twitter.com/pages/display_guidelines with
some suggestions on how to make your Tweets actionable, and made the
standard Reply, Retweet and Favorite icons available for
downloadhttps://dev.twitter.com/pages/image-resources
.

Cheers,

Brian Ellin
Product Manager, Platform
http://twitter.com/brianellin

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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 well?


Tom


On 3/30/11 11:04 PM, Brian Ellin wrote:
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 actions to Tweets.


Today we’re releasing a simple new addition to the API called Web 
Intents that makes it possible to make Tweets that you display on the 
web interactive.  Web Intents provide popup optimized flows for all 
the ways you interact with Tweets and users on Twitter: Tweet, Reply, 
Retweet, Favorite, and Follow.  The new tool makes it possible for 
users to interact with Twitter content in the context of your site, 
without leaving the page or having to authorize a new app just for the 
interaction.  Web intents are mobile friendly and easy to implement.


For example, here’s how you add Reply, Retweet, and Favorite links to 
a specific Tweet:


script type=text/javascript 
src=http://platform.twitter.com/widgets.js;/script
pa 
href=http://twitter.com/intent/tweet?in_reply_to=51113028241989632;Reply/a/p
pa 
href=http://twitter.com/intent/retweet?tweet_id=51113028241989632;Retweet/a/p
pa 
href=http://twitter.com/intent/favorite?tweet_id=51113028241989632;Favorite/a/p


Detailed documentation is available at 
http://dev.twitter.com/pages/intents


To see Web Intents in action check out Wordpress.com’s great tool for 
quoting Tweets in blog posts: Twitter Blackbird Pie 
http://en.support.wordpress.com/twitter-blackbird-pie/.  Here's a 
post that uses their tool to quote @jack's Tweets about our 5 year 
anniversary http://techcrunch.com/2011/03/13/twitters-beginning/. 
 We’ve also added these standard Tweet actions to our timeline widgets 
https://twitter.com/about/resources/widgets that are used all over 
the web.


We’ve also updated the display guidelines 
http://dev.twitter.com/pages/display_guidelines with some 
suggestions on how to make your Tweets actionable, and made the 
standard Reply, Retweet and Favorite icons available for download 
https://dev.twitter.com/pages/image-resources.


Cheers,

Brian Ellin
Product Manager, Platform
http://twitter.com/brianellin
--
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: 
http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


--
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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 
 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 well?
 
 Tom
 
 
 On 3/30/11 11:04 PM, Brian Ellin wrote:
 
 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 actions 
 to Tweets.
 
 Today we’re releasing a simple new addition to the API called Web Intents 
 that makes it possible to make Tweets that you display on the web 
 interactive.  Web Intents provide popup optimized flows for all the ways you 
 interact with Tweets and users on Twitter: Tweet, Reply, Retweet, Favorite, 
 and Follow.  The new tool makes it possible for users to interact with 
 Twitter content in the context of your site, without leaving the page or 
 having to authorize a new app just for the interaction.  Web intents are 
 mobile friendly and easy to implement.
 
 For example, here’s how you add Reply, Retweet, and Favorite links to a 
 specific Tweet:
 
 script type=text/javascript 
 src=http://platform.twitter.com/widgets.js;/script
 pa 
 href=http://twitter.com/intent/tweet?in_reply_to=51113028241989632;Reply/a/p
 pa 
 href=http://twitter.com/intent/retweet?tweet_id=51113028241989632;Retweet/a/p
 pa 
 href=http://twitter.com/intent/favorite?tweet_id=51113028241989632;Favorite/a/p
 
 Detailed documentation is available at http://dev.twitter.com/pages/intents
 
 To see Web Intents in action check out Wordpress.com’s great tool for 
 quoting Tweets in blog posts: Twitter Blackbird Pie.  Here's a post that 
 uses their tool to quote @jack's Tweets about our 5 year anniversary.  We’ve 
 also added these standard Tweet actions to our timeline widgets that are 
 used all over the web.
 
 We’ve also updated the display guidelines with some suggestions on how to 
 make your Tweets actionable, and made the standard Reply, Retweet and 
 Favorite icons available for download.
 
 Cheers,
 
 Brian Ellin
 Product Manager, Platform
 http://twitter.com/brianellin
 -- 
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 http://groups.google.com/group/twitter-development-talk
 
 
 -- 
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group: 
 http://groups.google.com/group/twitter-development-talk

--
Scott Wilcox

@dordotky | sc...@dor.ky | http://dor.ky
+44 (0) 7538 842418 | +1 (646) 827-0580



-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


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.

Javascript is not necessary to use Web Intents, it only makes the pop-up
code easier. Web Intents are also accessible from HTML alone.

Web Intents are mobile browser ready -- and the Tweet Button has also been
upgraded to also work in mobile contexts.

@episod http://twitter.com/episod - Taylor Singletary


On Wed, Mar 30, 2011 at 2:12 PM, Scott Wilcox sc...@dor.ky wrote:

 Another point I consider to be important, when will platform.twitter.comget 
 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
 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 well?

 Tom


 On 3/30/11 11:04 PM, Brian Ellin wrote:

 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 actions
 to Tweets.

 Today we’re releasing a simple new addition to the API called Web Intents
 that makes it possible to make Tweets that you display on the web
 interactive.  Web Intents provide popup optimized flows for all the ways you
 interact with Tweets and users on Twitter: Tweet, Reply, Retweet, Favorite,
 and Follow.  The new tool makes it possible for users to interact with
 Twitter content in the context of your site, without leaving the page or
 having to authorize a new app just for the interaction.  Web intents are
 mobile friendly and easy to implement.

 For example, here’s how you add Reply, Retweet, and Favorite links to a
 specific Tweet:

 script type=text/javascript src=http://platform.twitter.com/widgets.js
 /script
 pa href=http://twitter.com/intent/tweet?in_reply_to=51113028241989632
 Reply/a/p
 pa href=http://twitter.com/intent/retweet?tweet_id=51113028241989632
 Retweet/a/p
 pa href=http://twitter.com/intent/favorite?tweet_id=51113028241989632
 Favorite/a/p

  Detailed documentation is available at
 http://dev.twitter.com/pages/intents

 To see Web Intents in action check out Wordpress.com’s great tool for
 quoting Tweets in blog posts: Twitter Blackbird 
 Piehttp://en.support.wordpress.com/twitter-blackbird-pie/.
  Here's a post that uses their tool to quote @jack's Tweets about our 5
 year anniversary http://techcrunch.com/2011/03/13/twitters-beginning/.
  We’ve also added these standard Tweet actions to our timeline 
 widgetshttps://twitter.com/about/resources/widgetsthat are used all over 
 the web.

  We’ve also updated the display 
 guidelineshttp://dev.twitter.com/pages/display_guidelines with
 some suggestions on how to make your Tweets actionable, and made the
 standard Reply, Retweet and Favorite icons available for 
 downloadhttps://dev.twitter.com/pages/image-resources
 .

  Cheers,

 Brian Ellin
 Product Manager, Platform
 http://twitter.com/brianellin
  --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk



 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


  --
 Scott Wilcox

 @dordotky | sc...@dor.ky | http://dor.ky
 +44 (0) 7538 842418 | +1 (646) 827-0580



  --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 world explodes and entire tech blogosphere decides that
Twitter is at war with developers.
3. Jack announces that he is back and is taking over product
direction.
4. Ev announces that he is leaving his role in product direction.
5. This new system is released whose sole purpose is to encourage
developers to build clients, and most amazingly of all its documented.

I'm sure these are all random events, but it sure looks like a related
chain of events to me. Either way, I'm thrilled that you've apparently
made it so easy to build client features into apps. That is a huge
advance that will reap benefits for Twitter, developers and users. Now
maybe you'll decide that the current OAuth system was a mistake, and
streamlining that in the same way will open up API development for
the
masses of coders who have felt locked out by the complexity.

BTW, Brian, thanks so much for not warning us about the high bar you
expect us to jump over, and how we will be shut off instantly if we
miss. That is my favorite part of your announcement. Well done! It is
the first major Twitter announcement I've read in many months that
didn't send a chill down my spine.

- Adam Green
Twitter API Developer
@140dev
http://140dev.com
http://2012twit.com

On Mar 30, 5:30 pm, Taylor Singletary taylorsinglet...@twitter.com
wrote:
 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.

 Javascript is not necessary to use Web Intents, it only makes the pop-up
 code easier. Web Intents are also accessible from HTML alone.

 Web Intents are mobile browser ready -- and the Tweet Button has also been
 upgraded to also work in mobile contexts.

 @episod http://twitter.com/episod - Taylor Singletary

 On Wed, Mar 30, 2011 at 2:12 PM, Scott Wilcox sc...@dor.ky wrote:
  Another point I consider to be important, when will platform.twitter.comget 
  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
  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 well?

  Tom

  On 3/30/11 11:04 PM, Brian Ellin wrote:

  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 actions
  to Tweets.

  Today we’re releasing a simple new addition to the API called Web Intents
  that makes it possible to make Tweets that you display on the web
  interactive.  Web Intents provide popup optimized flows for all the ways you
  interact with Tweets and users on Twitter: Tweet, Reply, Retweet, Favorite,
  and Follow.  The new tool makes it possible for users to interact with
  Twitter content in the context of your site, without leaving the page or
  having to authorize a new app just for the interaction.  Web intents are
  mobile friendly and easy to implement.

  For example, here’s how you add Reply, Retweet, and Favorite links to a
  specific Tweet:

  script type=text/javascript src=http://platform.twitter.com/widgets.js
  /script
  pa href=http://twitter.com/intent/tweet?in_reply_to=51113028241989632
  Reply/a/p
  pa href=http://twitter.com/intent/retweet?tweet_id=51113028241989632
  Retweet/a/p
  pa href=http://twitter.com/intent/favorite?tweet_id=51113028241989632
  Favorite/a/p

   Detailed documentation is available at
 http://dev.twitter.com/pages/intents

  To see Web Intents in action check out Wordpress.com’s great tool for
  quoting Tweets in blog posts: Twitter Blackbird 
  Piehttp://en.support.wordpress.com/twitter-blackbird-pie/.
   Here's a post that uses their tool to quote @jack's Tweets about our 5
  year anniversary http://techcrunch.com/2011/03/13/twitters-beginning/.
   We’ve also added these standard Tweet actions to our timeline 
  widgetshttps://twitter.com/about/resources/widgetsthat are used all over 
  the web.

   We’ve also updated the display 
  guidelineshttp://dev.twitter.com/pages/display_guidelines with
  some suggestions on how to make your Tweets actionable, and made the
  standard Reply, Retweet and Favorite icons available for 
  downloadhttps://dev.twitter.com/pages/image-resources
  .

   

[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 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
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[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 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

 My remaining_hits is 0. If the above API call is not rate limited, why
 is it returning a 400 code?

 The error message:
 Twitter::BadRequest: 
 GEThttps://api.twitter.com/1/users/profile_image/ChrisFazz.json:
 400: error

 Can someone explain why this is being rate limited? Is the API doc for
 this call outdated?

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk