Have a look at Ekansh Preet Singh's social analytics plugin. It might give you some ideas...
https://gitorious.org/~ekanshpreet/statusnet/mystatusnet/trees/gsoc_ends/plugins/SocAnalytics
@purge: So that's what the Makefile is for -- copying the shared code into the right places. You should be able to cd into statusnet-client/StatusNet \Mobile and type make to get everything all ready for a build.
I think Brion recently updated the …
@bylla Did you exchange your authorized request token for an access token? Just authorizing the request token is not enough to gain access to protected resources. Access type (1, 2 or 3) gets assigned once an access token has been granted. The OAuth…
Yes, those should be safe to delete. Probably vestigial items from when you had xmpp enabled at some point. If your queue isn't draining try restarting your queuedaemon. Maybe it got hung.
@purge That's great you got the iPhone version to run! Sorry it was such a struggle. This is just a guess, but the problem with Android might be that you need to install the additional, optional packages for the Android SDK (e.g.: the Google APIs)…
@vivekpuri What is your application?
Does it happen intermittently for each user, or does it happen consistently for certain users but work OK for others?
@vimal You need to register for a consumer key and secret: http://yoursite.com/settings/oauthapps And you'll need a library that implements OAuth token exchange.
This site might be helpful: http://hueniverse.com/oauth/
@Laundryman: Yes, sounds right. Take a look at the ApiAction (lib/apiacton.php) the ApiAuth (lib/apiauth.php). You probably want to extend one of those classes.
@aric, @AdamDeAloe: There are parameters you can use to disambiguate when the group name could be a valid group id and also a valid group name: api/statusnet/groups/timeline.json?group_id=xxxx or api/statusnet/groups/timeline.json?group_name=xxxx
@macc What's the problem exactly? When you say it breaks non-English characters what does that mean? Could you post a screenshot or something? We haven't spent a lot of time doing i18n with the Facebook app. Probably we need to do more work ther…
Yes, we're using 0.9.2. The output for you is different because Facebook is serving up your CSS (it doesn't serve up Identi.ca's). There's a bug on the Facebook side. I don't know what the deal is for international characters. Clearly we need to re…
@macc Well... actually, Facebook isn't outputting our CSS. They have a bug in their caching system. So that's probably why it's not wrapping.
See: http://bugs.developers.facebook.com/show_bug.cgi?id=10052
At least Facebook is outputting CSS for …
@dewald @aric For a multi-site configuration like *.status.net sites, we should probably provide a way to register a global consumer key and secret.
As far as independent sites go, the hassle is sort of built-in to OAuth. Not sure what we can do to…
@zulu @aric Not sure Facebook Connect isn't supported on Mobile Safari.
http://wiki.developers.facebook.com/index.php/JavaScript_Client_Library
Are you able to login to other Facebook Connect enabled sites on your iPhone?
Yes. You can adjust the time it sleeps in between runs.
Change the number in the line at the bottom of the script (synctwitterfriends.php) from 60 (number of seconds) to something bigger.
$syncer = new SyncTwitterFriendsDaemon($id, 60, 2, $debug…
@Safaraz Did you try restarting memcached?
There were some issues with the TwitterStatusFetcher saving avatars and detecting notices that have been previously imported with 0.9.1. Can you try the latest version of the TwitterStatusFetcher from ou…
@chris10 It's in the works. Please help if you're interested.
http://translatewiki.net/wiki/Translating:StatusNet
http://translatewiki.net/w/i.php?title=Special:Translate&task=view&group=out-statusnet&language=eo&li…
@Sarfaraz You'd have to hack the code pretty significantly. We made the decision that imported notices should only be visible to the user doing the importing, because Twitter has private timelines, and we don't want to inadvertently make notices in …