5 posts tagged as "api"

Accessing the Miso API a sample ASP.NET application

Miso recently launched the initial phase of their API and make use of OAuth (similar to Twitter’s implementation) to allow user’s to authenticate with Miso and authorize your application to act on their behalf. The documentation is well written…

Add your own custom REST endpoints to the Telligent Evolution platform API

I was recently asked the following from a fellow Telligenti: “Is there a way to do a simple ‘are UserA and UserB friends’ check via REST? Seems the only way is to get a list of UserA’s followers and see if it contains UserB, but that seems an awfully…

What's the deal with REST?

My buddy, James C Bender , recently posted a good basic description of REST . If you’re starting to get into Telligent’s REST web services James’ article will serve as a good starting point. Then you can head over to the Telligent Evolution…

Add a Google Reader Shared Items widget to any site with jQuery

Add a Google Reader Shared Items widget to any site with jQuery

The final new widget for my home page to document is the “Latest Shared Feed Items” widget. This one displays the last 3 items that I’ve shared from Google Reader. I’m no longer displaying this widget but it was a custom designed plug-in (for the…

Add a Last.fm widget to any web site with jQuery

Add a Last.fm widget to any web site with jQuery

This is my next to last blog post about the new widgets on my home page.  The “Lastest Music” widget pulls data from my Last.fm account. Currently I’m displaying the 12 artists/albums that I’ve listened to the most on Last.fm over the last week. It…