Computers made simple

23Aug Getting access tokens – Facebook Graph API

The Graph API give you access to public information. If you need more you have to have an access token. There are a couple of ways of gaining one, but first you need to create an application and get an App ID & App Secret.

23Aug Introduction to the Facebook Graph API

This is the first post in a mini series about the Facebook Graph API.

About It
The Graph API offers information about users, groups, pages, applications, photos, videos, events and more. You submit a query to the API and it returns information in JSON format.

20Aug Check up-time using your own servers

There are plenty of free services out there that will check if your websites are up (list) and these are great for someone for just wants occasional checks. Most of these services are quite limiting and require you to sign up and create an account when all you want is a simple test.

Recently my internet service has been down multiple times a week and I wanted to setup monitoring. I checked out Pingdom and Mon.itor.us, but there free services didn’t check frequently enough. I did some searching and came across a script I could run off my web server (with decent uptime).