Enable Twitter Integration
Jisko 3.0 introduced the support to Twitter OAuth's system. Therebefore administrators now have to sign their application at dev.twitter.com and introduce some keys in order to make this integration working. Here you are going to see all the steps that are required to enable it:
1. First go to http://dev.twitter.com/apps/new to register a new application or, if you already created one, you can check your current applications at http://dev.twitter.com/apps
2. Fill in the above form with these special params:
- Application type: Browser
- Callback URL:
- If you have Clean URLs enabled, then type http://yourhost/twitter?callback
- Otherwise, type http://yourhost/?module=twitter&callback
- Default access type: Read & Write
3. Accept the API Terms of Service and you'll see some technical specs like this:
4. Now you have to access the admin panel, environment tab and enter the Twitter Consumer Key and the Twitter Consumer Secret Key
5. There you go! Users will be able to post their notes to Twitter and to retrieve notes from Twitter



