laithshadeed / sample-timeline

Twitter clone with parallel curl & OAuth 2.0 implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Timeline (2014)

This is an attempt to play with twitter API while implementing OAuth 2.0
and parallel curl.

Reflection

It is interesting to see how we used to do those things before shifting to Node or async programming. You can see how ugly it was to do parallel curl requests. Also PHP got lots of recent additions so this code is quite outdated.

Other code samples

  • In-memory filesystem (C++) (2012)
  • Log parser (C++) (2011)
  • Expression tree (Java) (2010)

See live on Heroku

Demo

LICENSE

Public Domain

About

Twitter clone with parallel curl & OAuth 2.0 implementation


Languages

Language:PHP 84.3%Language:Smarty 14.1%Language:CSS 1.7%