In this video, we go through a lot of core functionality. We view the user's information, status, albums and permissions and post statuses, status comments, a link and a wall post. We also go over using FQL, Facebook Query Language. This video was split into 2 parts, please watch both and leave your comments!
Download the code: http://tinyurl.com/3emw6ez
VB to C# converter: http://tinyurl.com/3rglg6
Can a do a video how to show content to those who like our pages please?
2LegsLtd 3 months ago
@2LegsLtd Thanks for the video suggestion. I will take a look at how to do this and make a video on it. I have queried a specific user to see what pages they are a fan of, but I haven't queried a page to see who is a fan of it. I'll let you know what I find out!
TJNevis 2 months ago
@2LegsLtd I've looked at the Facebook code and I'm not sure it's possible to query the fan page to see who is a fan nor can you query all Facebook users to see if they are a fan of a page. What is your situation? Maybe I can help you think of a different way to go about getting what you need.
TJNevis 2 months ago
@TJNevis my requirement is just to authenticate users by their Facebbok account and get their email at the same as well and then ask them that they are willing to get registered through facebook and communicate with that email
What you suggest in this situation
robotus0rob 6 months ago
@robotus0rob Hello, Watching this video will show you exactly how to do that. First you would want to create the authorization link containing the 'email' permission in the scope (Default.aspx). Then after you get them authorized, you can easily get their personal information to save to your database. This is shown in the videos. Let me know if I can help you out further.
TJNevis 6 months ago
i needed to view a C# version , can i get the whole website folder ?
what the difference between connect and graph
robotus0rob 6 months ago
@robotus0rob Hey, I haven't had a chance to convert the code to C#, but you can get the code here: blog . tjnevis . com/post/2011/08/09/Facebook-Graph-API-in-Detail-using-ASPNET.aspx and use this converter: developerfusion . com/tools/convert/vb-to-csharp/
I'm not 100% sure about Facebook Connect. I think it shows user data on your site, but I'm not sure if you can save that to your database. Really for user data and website sign up, I'd use the Graph API.
TJNevis 6 months ago