Recently I came across a FQL test console that runs locally for running tests against the Facebook Query Language (FQL). It is useful for testing purposes when developing a Facebook application. After the download and setup it simply didn’t work properly. Below are the changes I made to the fqlconsole.bat which seemed to make it [...]
Posts Tagged ‘facebook’
Setting up the FQL Console on Windows
Posted: 7th February 2011 by marc in ProgrammingTags: facebook, fql, utilities
View Comments
OMG Facebook Finally Officially Announces Official Facebook C# SDK
Posted: 16th July 2010 by marc in GeneralTags: .net, csharp, facebook, facebook developer, official facebook sdk
Could it be? An official C-Sharp .NET SDK from Facebook itself? Yes! What’s the catch? Well… it isn’t much yet, and came out of a hackathon project (is that what it takes for Facebook people to acknowledge Microsoft .NET as a real language?)… but it is hope. Here it is the news directly from the [...]
OpenGraphNET – A Simple Open Graph Library for .NET
Posted: 13th May 2010 by marc in ProgrammingTags: .net, csharp, facebook, open graph, opengraph, opengraphnet
A OpenGraphNET is a simple parser / library for the Open Graph protocol created by Facebook. More information on this protocol can be found at opengraphprotocol.org. If this is something new to you, I’d suggest reading up on the semantic web, RDFa, and related OpenGraph materials – there is a good writeup here covering all [...]