Skip to main content

Little known @Twitter and @TwitterAPI tips and tricks

Be sure to comeback as new tips and tricks get added. If you know of anything I missed be sure to let me know.

Static URL for profile images based on screen_name:

https://api.twitter.com/1/users/profile_image/abraham

* This performs a http redirect to the actual profile image URL. Currently https redirects to http. You can also add "?size={mini | bigger | normal}" to get specific sizes.

Redirect to profile based on user_id:

https://twitter.com/account/redirect_by_id?id=9436992

In_reply_to_status_id mentions:

https://api.twitter.com/1/statuses/update.json?status=reply+to+@abraham&in_reply_to_status_id=12410413197

* In the web interface new mentions are only replies if they start with @screen_name. By pushing @screen_name further along in the string your followers who do not follow @screen_name will still see the status.

Profile image sizes:

http://a3.twimg.com/profile_images/54160223/chart-black-small.png

* By default you get the original image size you can add _mini, _normal, and _bigger just before the image extension to change the size returned.

Block account link:

https://twitter.com/blocks/confirm/twitterapi

Follow account link:

https://twitter.com/friendships/add/abraham

*This URL stopped working sometime in 2009.

Logged out profile view:

https://twitter.com/loggedout/profile/abraham

Whitelisted IP:

Whitelisted IPs provide 20,000 GET request per authenticated user per hour, not a cumulative limit of 20,000 GET requests per hour.

SMS commands work through the API:

http://help.twitter.com/forums/59008/entries/14020-the-official-twitter-text-commands

Link to Twitter pages using the @screen_name syntax:

https://twitter.com/abraham/status/12413206301

View geotagged statuses on Google Maps:

http://maps.google.com/maps?q=http://api.twitter.com/1/twitter/lists/team/statuses.atom

Consistant @screen_name, #hashtag, and @screen_name/list linking and extraction:

http://github.com/mzsanford/twitter-text-rb

*Currently there are Ruby, Java, and PHP libraries.

Consistant character counting for statuses:

http://apiwiki.twitter.com/Counting-Characters

Twitter string translations:

http://apiwiki.twitter.com/Twitter-String-Translations

Security@twitter.com's PGP key

http://apiwiki.twitter.com/SecurityPublicKey

Map of a Twitter status object:

http://mehack.com/map-of-a-twitter-status-object

Search by app sources with spaces:

http://search.twitter.com/search?q=the+source%3Atwitterforandroid

Mobile friendly page to enable Geo:

https://twitter.com/account/geo

Check if your current visitor is authenticated with Twitter:

https://twitter.com/sessions/present

Comments

  1. Very cool. What I'd like to see (it's apparently not yet possible) is a link to a page that lets you natively retweet a particular tweet. Something like:

    http://twitter.com/taestell/status/4913549205839872/retweet
    or
    http://twitter.com/retweet/4913549205839872

    ReplyDelete
  2. @taestell: That could be useful. I don't recall anyone ever requesting it as a feature: http://code.google.com/p/twitter-api/issues/list

    ReplyDelete
  3. Nice list. I believe Twitter has constraints on the use of the Static URL for profile images. In fact, I don't believe you can utilize that method to display the twitter profile image on your site. Can't find the docs for this right now to confirm.

    ReplyDelete
  4. @wiscodude: the status URL for profile images is rate limited and while it works Twitter specifically recommends against using it in HTML. http://dev.twitter.com/doc/get/users/profile_image/:screen_name

    I do cover a good way to avoid broken profile images in another blog post though: http://blog.abrah.am/2010/11/say-no-to-broken-twitter-avatars.html

    ReplyDelete
  5. @wiscodude: the status URL for profile images is rate limited and while it works Twitter specifically recommends against using it in HTML. http://dev.twitter.com/doc/get/users/profile_image/:screen_name

    I do cover a good way to avoid broken profile images in another blog post though: http://blog.abrah.am/2010/11/say-no-to-broken-twitter-avatars.html

    ReplyDelete
  6. Very cool. What I'd like to see (it's apparently not yet possible) is a link to a page that lets you natively retweet a particular tweet. Something like:

    http://twitter.com/taestell/status/4913549205839872/retweet
    or
    http://twitter.com/retweet/4913549205839872

    ReplyDelete

Post a Comment

Popular posts from this blog

Installing Storytlr the lifestreaming platform

" Storytlr  is an open source lifestreaming and micro blogging platform. You can use it for a single user or it can act as a host for many people all from the same installation." I've been looking for something like Storytlr for a few months now or at least trying to do it with Drupal . While I love Drupal and FeedAPI  I did not want to spend all that time building a lifestream website. So I've been playing around with Storytlr instead and found it very easy. Here is how I got it up and running on a Ubuntu EC2 server. You can also check out the official Storytlr install instructions . Assumptions: LAMP stack installed and running. Domain setup for a directory. MySQL database and user ready to go. Lets get started! Get the code : wget http://storytlr.googlecode.com/files/storytlr-0.9.2.tgz tar -xvzf storytlr-0.9.2.tgz You can find out the  latest stable release  on Storytlr's downloads page. Import the database : Within protected/install is database.sq

Sync is currently experiencing problems

Update : I now recommend you install Google Chrome  and  disable  the built in Browser as it supports encrypting all synced data. After picking up a gorgeous  Galaxy Nexus yesterday I was running into an issue where my browser data wasn't syncing to the phone. After a little Googling I found this is commonly caused by having all of my synced Chrome data encrypted instead of the default of only encrypting the passwords. These are the steps I went through to get my dat syncing again without losing any of it. The exact error I was getting was "Sync is currently experiencing problems. It will be back shortly." In Google Chrome open the personal stuff settings page by clicking this link or by opening the wrench menu, and click on "signed in with example@gmail.com".  Hit "disconnect your Google Account" to temporarily disable syncing from your browser. Visit the Google Dashboard and "Stop sync and delete data from Google". I waite

A month of Flutter: a look back

Originally published on bendyworks.com . This is it. 31 blog posts in 31 days. Writing  a month of flutter  has been a ton of work but also lots of fun and a good learning experience. I really appreciate how supportive and and positive everyone as been. Publishing experience For the series I've been posting on  bendyworks.com ,  DEV ,  my personal blog , and  Medium . After publishing to these sites, I would put the Bendyworks link on  Twitter ,  Reddit , and the  Flutter Study Group Slack . Posting to DEV was easy as they use Markdown just like the Bendworks blog. DEV also has built in support for a  series of posts  so it's easy to read the entire series. I did have to manually upload any embedded images. DEV also has a number of  liquid tags  for embedding things like GitHub issues that I didn't make as much use of as I should have. Blogger is rich text so it was easy to copy/paste the rendered posts. This would hotlink all the images though so I had to rem