-
Notifications
You must be signed in to change notification settings - Fork 1
🎁 Sample Twitter Client
StartupAPI/sample-twitter-client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a sample Twitter client application using http://StartupAPI.com The basic functionality demonstrated is: - Signup & login using your Twitter account - displaying list of Twitter friends' latest posts after login To use this example with your StartupAPI code. 1. Register your app with Twitter: https://dev.twitter.com/apps/new 2. Add your Twitter App Consumer key and consumer secret to users_config.php /** * Twitter Authentication configuration * Register your app here: https://dev.twitter.com/apps/new * And then uncomment two lines below and copy API Key and App Secret */ UserConfig::loadModule('twitter'); UserConfig::$modules[] = new TwitterAuthenticationModule('...api.key.goes.here...', '...api.secret.goes.here...'); 3. Point your browser to the example Twitter Client application
About
🎁 Sample Twitter Client
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published