https://github.com/ssx/oauth-twitter-examples
A class for accessing and interacting with the Twitter OAuth API.
https://github.com/ssx/oauth-twitter-examples
Last synced: about 1 year ago
JSON representation
A class for accessing and interacting with the Twitter OAuth API.
- Host: GitHub
- URL: https://github.com/ssx/oauth-twitter-examples
- Owner: ssx
- Created: 2011-03-30T12:48:07.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-10T21:32:07.000Z (almost 15 years ago)
- Last Synced: 2025-01-26T08:41:38.958Z (over 1 year ago)
- Language: PHP
- Homepage: http://dor.ky/code/oauth-examples
- Size: 3.28 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
OAuth Examples: Twitter API
===========================
This is a set of PHP based scripts that will perform various tasks with the Twitter API such as posting a status, outputting a Twitter List to a HTML file, Add @username to a list and other common tasks. The set is split into two parts, for single account use and for multiple users.
The documentation for these scripts is mostly inline. They are discussed at [http://dor.ky/code/oauth-examples](http://dor.ky/code/oauth-examples)
Live examples of these scripts can be found at: [http://example.dor.ky/oauth/twitter/](http://example.dor.ky/oauth/twitter/)
You can find more about the licensing of these scripts at [http://dor.ky/licensing](http://dor.ky/licensing) and if you have any questions, please contact me at [scott@dor.ky](mailto:scott@dor.ky)