I am attempting to write an application that harvests information from a logged-in Facebook user. We are using the Facebook C# API (some documentation here). Getting the basic user information is easy enough, but the Graph API supports a lot of connections that link their objects to other arrays of things, which are all important for the application I’m writing. I am unable to find an example on how to traverse these connections on the codeplex site. Can anyone provide an example? Normally I would use the site itself but the discussion page outright requests that question askers use Stack!
I am attempting to write an application that harvests information from a logged-in Facebook
Share
Here is a sample code on how to use the feeds connection.