/kohana_twitteroauth

Kohana v3 port of the awesome TwitterOAuth lib

Primary LanguagePHP

Kohana v3 TwitterOAuth Module

Installation:

  1. go to twitter's "Register an Application"
  2. make sure your callback url looks like this: http://your.server/twitter/registered
  3. once you are done, you will get a Consumer key and Consumer secret
  4. enable the twitteroauth module in the bootstrap.php
  5. go to the twitteroauth/config/twitteroauth.php and fill it out (use exact the same callback url)
  6. go to your browser and call the twitter/login link
  7. if everything worked fine, you should will be redirected to your base-url
  8. now you can experiment with the twitter api, check out usage-example.php to get started