Twitist Forums
How to retrieve user information from facebook by using asp.net? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Facebook forums (/forum-14.html)
+--- Forum: Facebook apps (/forum-22.html)
+--- Thread: How to retrieve user information from facebook by using asp.net? (/thread-149131.html)



How to retrieve user information from facebook by using asp.net? - gotochruch - 04-28-2014 05:10 PM

I am trying to develop small applications on facebook by using asp.net.
I can write a simple application where else ok, but I don't know how to link it up with facebook.
I don't know where I can study how to retrieve user information from facebook.
Please do not tell me visit "developers.facebook.com", because I read through it, but can't find a particular place to learn it. I tried to ask people in the facebook developer forum, but I got no answer.


- Phillip B - 04-28-2014 05:18 PM

http:///www.codeplex.com/facebooktoolkit

if you download this and skim through the developers manual that comes with it, I'm sure you will be able to knock this out.

quick tip(vb.net):

dim friends as objectmodel.collection(of facebook.entity.user) = ME.fbservice.getuserfriends