starting on a converter service for facebook and twitter

6 views
Skip to first unread message

Ryan B

unread,
Feb 27, 2012, 12:10:09 AM2/27/12
to activity...@googlegroups.com
hi all! i'm about to start on a library and proxy service that serves
activitystreams for facebook and twitter, to go with similar code and
services i've published for webfinger and portablecontacts:

http://snarfed.org/2012-02-22_portablecontacts_for_facebook_and_twitter
http://snarfed.org/2012-01-16_webfinger_for_facebook_and_twitter

does anyone have any advice, existing code, or anything else i should
look at before i begin? i've seen discussions about schema mapping for
both of those services, and i'll follow them, but right now i'm more
interested in higher level thoughts. twitter's user streaming api is
alive, but never shipped activitystreams, and facebook's open streams
api and cliqset's feedproxy are dead. anyone know where cliqset's code
landed? anything else alive?

similarly, there's lots of consumer code out there, but less for
providers. apache has abdera, but this is just a side project, for
fun, so i'm going to pass on java. :P any others worth looking at?

--
http://snarfed.org/

Martin Atkins

unread,
Feb 27, 2012, 12:30:27 PM2/27/12
to activity...@googlegroups.com
On 02/26/2012 09:10 PM, Ryan B wrote:
>
> similarly, there's lots of consumer code out there, but less for
> providers. apache has abdera, but this is just a side project, for
> fun, so i'm going to pass on java. :P any others worth looking at?
>

I think generally speaking producing Activity Streams is assumed to be
"easier" than consuming, so it's the latter that library implementers
have focused on.

I started a Python consumer library here:
https://github.com/apparentlymart/activity-streams-python

All of the publisher implementations I've done have just hand-rolled a
compliant data structure and serialized it as JSON. That has worked well
enough for me.

Reply all
Reply to author
Forward
0 new messages