Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>As was mentioned in the comments to your question, you only need to tweet (https://dev.twitter.com/docs/api/1/post/statuses/update) to show up in the public timeline. However, the reality is that you don't have a guarantee of showing up in the public timeline. Additionally, getting your tweet to show up anywhere that someone who isn't explicity following you would see can be a challenge, as explained below:</p> <p>Twitter's public timeline is scheduled for deprecation, as detailed here:</p> <p><a href="https://dev.twitter.com/docs/api/1/get/statuses/public_timeline" rel="nofollow">https://dev.twitter.com/docs/api/1/get/statuses/public_timeline</a></p> <p>However, there's never a guarantee that any of your tweets would appear in the public timeline as it has essentially become a random sample of tweets. This is primarily because the volume of tweets is so large that the REST API can't keep up and the fact that there's a rate limit on the number of queries that can be performed.</p> <p>The only true option here is streams, but that might not be an option because (1) consuming the firehose (available through 3rd parties) would require scalable infrastructure to handle the volume, (2) a Sample stream wouldn't guarantee that your tweet would appear (being a sample it includes a random set), and (3) a filter stream requires that your tracking terms match what is in a tweet.</p> <p>So, you can tweet and you have the chance of that tweet appearing in a public stream. However, there are aspects of how Twitter works that you need to be aware of and evaluate how they fit with your goals.</p> <p>Joe</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload