Hello, Just figured that I've to refresh page to see Twitter imports with Meteor plugin enabled. Realtime updates work for identi.ca (Ostatus) accounts, but not for Twitter's.
@jbfavre Thanks for including the debug info, but it turns out this isn't just a configuration issue. The plugin works that way due to the way we used to handle importing private tweets, that's been changed so the plugin needs to be updated with the ability to realtime stream tweets. I've filed a bug report here http://status.net/open-source/issues/2773
erk... that was my second observation: tweets from protected accounts as well as direct messages are not imported, which force me to keep a twitter client launched :-/ My first idea was to concentrate all my microbloging into one client. It seems I'll have to keep Twitter so I can see direct messages as well as tweets from protected accounts.
Saying that, could it be feasable to be able to import all twitter stuff (private messages, mentions and so on). Of course we shall be able to activate it or not in configuration.
@jbfavre eventually once we implement private accounts, probably, but we do not want to risk exposing other users private twitter data in the meantime. I imagine it will be an option down the road.
I definitely think that TwitterBridge should be able to import all twitter content from an account. User could then activate or not some options to fine-tune TwitterBridge behaviour.
Considering many people use status.net as a standalone installation, means that they are the only user, they should be able to group all their social live in one point. This, of course, could be different on mutualised installaiton like identi.ca or status.net.
We should imagine following features: - Import all timeline but tweets from protected accounts by default. Should be able to override this behaviour configuring plugin. - Import mentions from people we follow by default. Should be able to override this behaviour configuring plugin. - Import all private messages and deliver them in inbox. - Configure realtime update to not update some private content. Here again, we should be able to fine-tune configuration.
I totally agree. I would love to use this service inside our party. We are using twitter very much and some of us are using identi.ca as well - but that's missing the bidirectional sync with twitter.
Like I said in the other thread: I'm thinking about doing the job with my team if we can afford the time for it. (But only if it isn't done until then - of course)
Michael
P.S.: One person from my team is just programing a twitter/status.net transport for jabber that acts like a muc. That means that it would display the tweets like chat messages and direct messages like their muc counterparts. I hope that it will be done in a few weeks.
@heluecht Hey there, if you guys want to get more directly involved check out http://status.net/wiki/Intro_to_using_git you can submit your plugin to our gitorious repo to see if it might get included in future versions of Status.net
Comments
Missed the "How to Debug" post.
Here we go: I'm running my own status.net instance, on a Debian Lenny dedicated server. Therefore:
a) I have shell access and can install packages
b)$ uname -a
Linux box03 2.6.32-bpo.4-amd64 #1 SMP Thu Apr 8 10:20:24 UTC 2010 x86_64 GNU/Linux
$ php -v
PHP 5.3.3-0.dotdeb.0 with Suhosin-Patch (cli) (built: Jul 24 2010 05:03:01)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH
$ php -m
[PHP Modules]
apc
bbcode
bcmath
bz2
calendar
Core
ctype
curl
date
dba
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
hash
iconv
intl
json
libxml
mbstring
memcache
mhash
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
sqlite3
standard
suhosin
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlwriter
zip
zlib
[Zend Modules]
Suhosin
I've filed a bug report here http://status.net/open-source/issues/2773
Thanks again!
My first idea was to concentrate all my microbloging into one client. It seems I'll have to keep Twitter so I can see direct messages as well as tweets from protected accounts.
Shame :(
Another good point about TwitterBridge has been pointed out:
http://forum.status.net/discussion/1010/twitterbridge-mentions-are-only-shown-from-users-whom-i-follow
I definitely think that TwitterBridge should be able to import all twitter content from an account. User could then activate or not some options to fine-tune TwitterBridge behaviour.
Considering many people use status.net as a standalone installation, means that they are the only user, they should be able to group all their social live in one point. This, of course, could be different on mutualised installaiton like identi.ca or status.net.
We should imagine following features:
- Import all timeline but tweets from protected accounts by default. Should be able to override this behaviour configuring plugin.
- Import mentions from people we follow by default. Should be able to override this behaviour configuring plugin.
- Import all private messages and deliver them in inbox.
- Configure realtime update to not update some private content. Here again, we should be able to fine-tune configuration.
I totally agree. I would love to use this service inside our party. We are using twitter very much and some of us are using identi.ca as well - but that's missing the bidirectional sync with twitter.
Like I said in the other thread: I'm thinking about doing the job with my team if we can afford the time for it. (But only if it isn't done until then - of course)
Michael
P.S.: One person from my team is just programing a twitter/status.net transport for jabber that acts like a muc. That means that it would display the tweets like chat messages and direct messages like their muc counterparts. I hope that it will be done in a few weeks.