Software Developer
Posts tagged Rx
Introducing Embed.ly client for .NET
Jul 15th
Posted by Captain Codeman in .NET
At it’s core, embedly is an oEmbed provider. oEmbed is a format for allowing an embedded representation of a URL on third party sites. The simple API allows a website to display embedded content (such as photos or videos) when a user posts a link to that resource, without having to parse the resource directly. This details a .NET client to make accessing embedly easier.