I have no idea how to start to retrieve my facebook friends using the facebook API. First of all, please don't say: go read the faq / manual (aka Graph API). I've tried to do that.
Secondly, I'm doing TDD so i want to start with my test cases.
At first, these will be integration tests because I have to integrate the real life facebook api. That's kewl.
After that works, I'll mock out these tests to make them unit tests.
So this is why i'm stuck and flummoxed.
Can anyone help me out, please?
Please assume that I have a Facebook account (eg. email + password) so I can authenticate and then use the access token to get my friends.
Thanks in advance :)
UPDATE:
I also do have an FB App already setup (eg. app id / app secret).