Retrieving data from facebook in a winform
Posted
by gillyb
on Stack Overflow
See other posts from Stack Overflow
or by gillyb
Published on 2010-04-07T22:00:04Z
Indexed on
2010/04/07
22:03 UTC
Read the original article
Hit count: 292
Hey,
I understand that using the facebook API I need an api key to connect, but I still don't understand how i would go about doing this, and how can i retrieve information upon users using the API (i'm only interested in retrieving the information that is publicly available e.g: username, birthdate, and other info that a specific user left public)
I downloaded the facebook development kit, and tried adding the FacebookService control, but i don't get it... All the examples/samples i found on the internet are older than the version i have and therefore work a little different..
Can someone please post an example of how i would connect, using a certain API key, and retrieve someones public info/public photos (if there are any) ??
Thanks. :)
© Stack Overflow or respective owner