I have build a twitter application and use it to connect the statusnet and twitter, however, it do not upload the notices in the twitter. so,i though the setting of application may have some problem.
here is some question about the application set。。。
Does your application run in a Web Browser or a Desktop Client?
* Browser uses a Callback URL to return to your App after successfully authentication.
* Client prompts your user to return to your application after approving access.
here i choose the web browser..
Use Twitter for login: Yes, use Twitter for login
Does your application intend to use Twitter for authentication?
here i choose the yes!
so, do it have any problem?
Comments
Make sure you have your consumer key and secret specified in your config.php and callback specified as per the README.
set the Application website & website to: http://yoursite.com/index.php
keep the 'browser' setting
set the Callback URL to: http://yoursite.com/index.php/twitter/authorization
Default Access type: read&write
*change 'yoursite.com' to whatever directory path you have your site on. And I don't know if it makes a difference but I put 'no' for use twitter for login.
I'm really enjoying StatusNet. Cheers to the devs.
/D
currently i can send updates to twitter but not vice versa (twitter updates don;t appear on my site).
please guys...