Posts Tagged ‘Development’

Facebook Pages the Java way

Tuesday, June 22nd, 2010

If you’re ready to jump on the social bandwagon, you might consider creating a Facebook Page to extend your social reach. Creating a Facebook Page couldn’t be easier, but posting up content can be a drag.. so why not automate it?

The content on our Facebook Page – http://facebook.com/giglondon – is fully automated, from creating daily events to posting updates of the best gigs each month. The first obstacle that we face in connecting with Facebook is that we need an API Key/Secret and a Session Key. (more…)

Realtime geolocation check-in feeds using Foursquare’s API

Thursday, April 22nd, 2010

In this post we’re going to be leveraging Foursquare’s API to get venues near a given geo location and to connect to a user’s Foursquare account, so that we can pull in their realtime check-in feed.

This has been implemented on our live environment, so for a real live demo go to http://niteviva.com and sign in using your Foursquare account. Note that, for account verification and security reasons, you will be asked for your email address when you sign up. You will then be taken to the home page where your Foursquare check-in feed will be displayed on the top right-hand corner.

Foursquare’s API has various client libraries that we can use to start developing with the API. Here, foursquared has been chosen because Java is what we find easy to work with when using third-party APIs. You will need to be comfortable working with Java and Maven to complete the following steps, but even if Java isn’t your cup of tea, this post is still useful to those of you who are generally interested in getting started with Foursquare’s API. Case in point, some of what’s said in this post is based on a great blog post by Joe Siewert, which shows how to get started with Foursquare and PHP. (more…)

Realtime Twitter Reactions using JQuery

Friday, November 27th, 2009

I’ve taken inspiration from an awesome jquery plugin from coda and developed some jquery code that goes and fetches realtime twitter reactions. (more…)

First post!

Sunday, November 8th, 2009

Finally got WP running with Nginx and FCGI on our Ubuntu server. We’ve got loads of posts planned so why not add our feed to your reader to keep up to date with the goings on at Nite Viva?