You should use an existing library like the Facebook C# SDK (preferred) or the official Facebook Developer Toolkit. The official toolkit isn't updated all that often so you should use the C# SDK which is much more active.
Don't try to code it from scratch. Your asking for tons of problems if you do.
Edit Since I wasn't totally clear, I'll say that these frameworks handle the handshakes, tokens, building the API requests and listening to the response all automatically. Don't try to handle it yourself. Someone else already did the hard work.