Archive for the ‘Uncategorized’ Category

Textmate Trick – Quick Ruby / Rails Hash Pointer / Hash Arrow

How to quickly insert a hash pointer in Textmate

Posted on March 27, 2009 at 11:26 am by Jordan Carter · Permalink · Leave a comment
In: Uncategorized · Tagged with: , , ,

How do I use Facebook’s restserver.php?

Facebook’s API is crap.  I am integrating Facebook Connect into our website and I have struggled to no end on working out how to do it!  So as per usual as soon as I work something new out I post it here. So, you want to use Facebook’s API restserver?

Posted on March 24, 2009 at 10:06 am by Jordan Carter · Permalink · 5 Comments
In: Uncategorized · Tagged with: , , , ,

Authenticate Facebook Connect User

Check Facebook Connect Cookies (example below) 2c24418bf8fe35ce3e56bdb81510147e_expires = 1237932000 2c24418bf8fe35ce3e56bdb81510147e_session_key = 3.giQwAnobPPDTc84_y7zuug__.86400.1237932000-705926010 2c24418bf8fe35ce3e56bdb81510147e_ss = x0mM2T_o9B3YG7TfhLGoQQ__ 2c24418bf8fe35ce3e56bdb81510147e_user = 7059246010 2c24418bf8fe35ce3e56bdb81510147e = 6aba0f0fc1f6c3fc0f2f477e9b0b0f93 Remove APP_ID from front of all FB cookies Store FB user_id, session_key and Expected MD5 Hash.  MD5 Hash is the cookie without the extra stuff after the APP_ID (Last in list above) Strip APP_ID […]

Posted on March 24, 2009 at 9:48 am by Jordan Carter · Permalink · One Comment
In: Uncategorized · Tagged with: , , ,

Facebook Connect – send feed dialog to profile

A quick Facebook Connect tutorial showing how to add user login and sending a feed dialog to the FB profile.

Posted on March 16, 2009 at 11:05 am by Jordan Carter · Permalink · Leave a comment
In: Uncategorized · Tagged with: , , , ,

Actionscript Glory, and other ramblings

I taught myself how to use Flash 5 and Actionscript 1 back in 2000.  I slowly followed it as it grew into a full featured programming language.  As I went along I also learnt some of the key aspects of coding.  For loops, while loops, dot notation, Objects, functions, types. Previous toActionscript I had taught […]

Posted on March 15, 2009 at 9:08 pm by Jordan Carter · Permalink · Leave a comment
In: Uncategorized · Tagged with: , ,