That's it folks
Twitter have shut down their @Anywhere API, which means that FATC will not work anymore :-(
Thanks for your interest!
Twitter have shut down their @Anywhere API, which means that FATC will not work anymore :-(
Thanks for your interest!
OK, NewTwitter is nice.
But it's impossible to fullfil everybody's needs when you've got so many users to please.
I, for example, have wanted a "mute" button for ages. To ignore those people that e.g. just got that toy you can't get for ages, without blocking (=deleting) them... ;).
This is where Fatc comes in, it's a scaffold to make your own Twitter client. There's no server code involved, just client-side JavaScript! Fatc talks to Twitter directly using the awesome @Anywhere API.
Here is what Fatc looks like straight out of the box.
You can call any Twitter REST API method in this way:
var result = T.call("statuses/home_timeline", {count: 5});
console.log("Latest tweet: ", result[0].text);
StratifiedJS is the extended JS used by Oni Apollo to make the non-callback style possible (... and more!).