mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
twitter/client setup docs
This commit is contained in:
parent
b29f98f64f
commit
b48557c67a
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
||||||
/* twitter client
|
/* twitter client
|
||||||
*
|
*
|
||||||
* - register @ http://twitter.com/apps
|
* - register @ http://twitter.com/apps
|
||||||
|
* - settings:
|
||||||
|
* - name: e.g. psyc://your.host/
|
||||||
|
* - app type: browser
|
||||||
|
* - callback url: http://your.host/oauth
|
||||||
|
* - access type: read/write
|
||||||
* - then in local.h #define TWITTER_KEY & TWITTER_SECRET
|
* - then in local.h #define TWITTER_KEY & TWITTER_SECRET
|
||||||
*/
|
*/
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
|
|
Loading…
Reference in a new issue