There's a readme file in the TwitterBridge plugin directory with some details on the background daemons required for pulling data in. Beware, the input mode's still a bit experimental...
Hi I just installed ststusnet on greentweet.info and would like to know how to "Simply enter your Twitter username and password into the 'Twitter' tab on the Settings page"
I found the readme file in RwitterBridge and it told me to "To enable the administration panel, you will need to add it to the list of active administration panels. You can do this via your config.php." I put the code in the config file but still can't find the administration panel
enabled read write in twitter app and at twitter/dev but still have no feed does it actually impost your timeline i wonder ..there seems to be no info on this
Comments
"Simply enter your Twitter username and password into the 'Twitter' tab on the Settings page"
I found the readme file in RwitterBridge and it told me to "To enable the administration panel, you will need to add it to the list of active administration panels. You can do this via your config.php."
I put the code in the config file but still can't find the administration panel
Any help would be mutch appreciated.
get a twitter api key twitter/apps
enable the control panel by adding this to the config.php
$config['admin']['panels'][] = 'twitter';
Agreed that its complicated right now, we are working on making this much simpler.
application type browser
read a write
autorization url is: http://yourstatusnetdomaingoeshere/twitter/authorization
Managed to put the code in the config file but I think I need a step by step guide is their one ??
Got an api and manually edited the config file
To enable the plugin, add the following to your config.php
addPlugin(
'TwitterBridge',
array(
'consumer_key' => 'YOUR_CONSUMER_KEY',
'consumer_secret' => 'YOUR_CONSUMER_SECRET'
)
);
Now I can log in to twitter and post to twitter but after ticking the box's
"Subscribe to my Twitter friends here"
"Import my Friends Timeline"
Still no luck all I see in the time line is my own posts
What's to do ???
check the readme for details.
did this all read+write but also I get only posted TO twitter but not twitter->status.net app.
Any other idea? Further deleting a POST in Status.net does not delete the message in the twitter timeline. Is this function included and should work?
Thanks
Doesnt it make sense to have ONE timeline if I am logged in?