Browse Source

Add Twitter OAuth and REST.

pull/36/head
Jamie 12 years ago
parent
commit
8e0ce65d82
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      README.md

+ 2
- 1
README.md View File

449
 * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
449
 * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications.
450
 * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
450
 * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
451
 
451
 
452
-
453
 ## Third Party APIs
452
 ## Third Party APIs
454
 *Libraries for accessing third party APIs.*
453
 *Libraries for accessing third party APIs.*
455
 
454
 
459
 * [Campaign Monitor](http://campaignmonitor.github.com/createsend-php/) - The official Campaign Monitor PHP library.
458
 * [Campaign Monitor](http://campaignmonitor.github.com/createsend-php/) - The official Campaign Monitor PHP library.
460
 * [Digital Ocean](https://github.com/toin0u/DigitalOcean) - A library to interface with the Digital Ocean API.
459
 * [Digital Ocean](https://github.com/toin0u/DigitalOcean) - A library to interface with the Digital Ocean API.
461
 * [Github](https://github.com/dsyph3r/github-api3-php) - A library to interface with the Github API.
460
 * [Github](https://github.com/dsyph3r/github-api3-php) - A library to interface with the Github API.
461
+* [Twitter OAuth](https://github.com/widop/twitter-oauth) - A library to interface with Twitter's OAuth workflow.
462
+* [Twitter REST](https://github.com/widop/twitter-rest) - A library to interact with Twitter's REST API.
462
 
463
 
463
 ## Miscellaneous
464
 ## Miscellaneous
464
 *Useful libraries or tools that don't fit in the categories above.*
465
 *Useful libraries or tools that don't fit in the categories above.*

Loading…
Cancel
Save