I highly recommend looking into the Facebook Query Language API and some of the example projects available there. Although I haven't used it, it apparently can be used with syntax similar to SQL as seen in thisexample.
If that is the case and you have an API key (which can be requested from Facebook) you should be able to make requests either client-side or server-side, as it seems to have a pretty solid API foundation.
You can find a full .NET implementation on Code Project at the following link as well :
avenirlabs
Member
5 Points
1 Post
Facebook query language questions
Jan 18, 2013 11:08 AM|LINK
Hey Anindita
Do you have any clue how this can be used in nopcommerce asp.net mvc for fql?
Thanks
Amit
http://www.avenirlabs.com/index.aspx
Rion William...
All-Star
26980 Points
4465 Posts
Re: Facebook query language questions
Jan 18, 2013 12:15 PM|LINK
I highly recommend looking into the Facebook Query Language API and some of the example projects available there. Although I haven't used it, it apparently can be used with syntax similar to SQL as seen in this example.
If that is the case and you have an API key (which can be requested from Facebook) you should be able to make requests either client-side or server-side, as it seems to have a pretty solid API foundation.
You can find a full .NET implementation on Code Project at the following link as well :
LINQ to FQL (Facebook Query Language) on Code Project