It's far more than a social network ... it's also an application integration platform.
How's this for an idea:
- write a plugin for XenForo (and any other forum software you choose) which takes new threads from your forum and posts them to an app.net stream
- write an app (web, iOS, Android, etc) which allows you to selectively subscribe to feeds from a variety of forums and display them in a easy-to-read consolidated stream of updates from your favourite forums
That's just a simple idea off the top of my head and may or may not be useful. You could even have the app allow posting back to your forums to make it two-way interactive.
Have a look at the
chess game that's been written, and for the app developers - check out
annotations. This is the really cool stuff which allows you to do far more than just post updates to your stream - it allows you to include any meaningful data along with your update (up to 8,192 bytes worth!).
Annotations would allow you to include long-form content along with the update for apps who wish to consume it (or users can choose to ignore it and only get the short update instead).
I was struggling to see what could be done with the API until I read about annotations - that really opens up a whole new world of possibilities.
Stop thinking 140 (or 256) character updates about your cat ... and instead think about a pub-sub messaging system for social applications.
PS. I'm
@simonhampel on ADN