Logo
IT Dienstleistungen

Twitter API

Die Twitter API ist für Clients in zwei Stufen limitiert. Pro authentifiziertem Benutzer, sind nur 150 Zugriffe je Stunde erlaubt. Das Gleiche gilt für nicht authentifizierte Aufrufe, hier wird je IP-Adresse limitiert.

Da die Zeit zwischen zwei Aufrufen auf minimal eine Minute im LectuRate Server konfiguriert werden kann, ist die erreichbare Gesamtzahl mit 60 noch deutlich unter der Hälfte dieser Limitierung.

http://apiwiki.twitter.com/Rate-limiting

Sein aktuelles Limit kann man - ohne das Limit zu reduzieren - unter folgenden URLs abfragen:

REST XML Antwort

Antwort XML des Twitterdienstes auf eine „mentioned“-Anfrage.

<?xml version="1.0" encoding="UTF-8"?>
<statuses type="array">
<status>
  <created_at>Wed Oct 28 19:31:53 +0000 2009</created_at>
  <id>5238356357</id>
  <text>@squealernet Check out these 2 threads, they give tips on how to reinstall the msvcp71.dll. http://bit.ly/1CjUiV http://bit.ly/1Vmk4c ^BK</text>
  <source>&lt;a href=&quot;http://cotweet.com/?utm_source=sp1&quot; rel=&quot;nofollow&quot;&gt;CoTweet&lt;/a&gt;</source>
  <truncated>false</truncated>
  <in_reply_to_status_id>5186307460</in_reply_to_status_id>
  <in_reply_to_user_id>45110262</in_reply_to_user_id>
  <favorited>false</favorited>
  <in_reply_to_screen_name>edvkrischer</in_reply_to_screen_name>
  <user>
    <id>75691804</id>
    <name>Microsoft Helps</name>
    <screen_name>MicrosoftHelps</screen_name>
    <location>Worldwide English</location>
    <description>Official Twitter account for Microsoft Customer Service; tweeting M-F from 7:30 AM to 5:30 PM PST to help you find answers to your Windows &amp; Office questions!</description>
    <profile_image_url>http://a3.twimg.com/profile_images/756611023/Microsofthelps_normal.png</profile_image_url>
    <url>http://support.microsoft.com/</url>
    <protected>false</protected>
    <followers_count>5347</followers_count>
    <profile_background_color>BADFCD</profile_background_color>
    <profile_text_color>0C3E53</profile_text_color>
    <profile_link_color>FF0000</profile_link_color>
    <profile_sidebar_fill_color>FFF7CC</profile_sidebar_fill_color>
    <profile_sidebar_border_color>F2E195</profile_sidebar_border_color>
    <friends_count>1920</friends_count>
    <created_at>Sun Sep 20 01:39:58 +0000 2009</created_at>
    <favourites_count>0</favourites_count>
    <utc_offset>-28800</utc_offset>
    <time_zone>Pacific Time (US &amp; Canada)</time_zone>
    <profile_background_image_url>http://a1.twimg.com/profile_background_images/79940364/mshelpsbackground.jpg</profile_background_image_url>
    <profile_background_tile>false</profile_background_tile>
    <notifications>false</notifications>
    <geo_enabled>false</geo_enabled>
    <verified>false</verified>
    <following>false</following>
    <statuses_count>1056</statuses_count>
    <lang>en</lang>
    <contributors_enabled>false</contributors_enabled>
  </user>
  <geo/>
  <coordinates/>
  <place/>
  <contributors/>
</status>
</statuses>

Seiten-Werkzeuge