Click here to Skip to main content
15,899,937 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to get the page id / page url which has highest number of likes for a specific country from facebook in c#(asp.net).


Is it possible.
Posted
Updated 27-Jan-11 16:04pm
v4
Comments
Sandeep Mewara 27-Jan-11 0:14am    
Not clear. Elaborate please.
Dalek Dave 27-Jan-11 4:14am    
Edited for Readability.

Have a look at the Facebook API[^] and check if these items are supported.
 
Share this answer
 
Looks like its possible with the id.Take a look at this link,this gives the likes on a particular page.http://www.facebook.com/plugins/likebox.php?id=189169034249

http://www.facebook.com/plugins/likebox.php?id=189169034249[^]


Read more on this here

http://developers.facebook.com/docs/reference/plugins/like[^]

(Moving Comment below to answer for better readability)I haven't tried that so far.Looks like it is possible.Take a look at this below links & see if it gives you some idea

http://facebooklinq.codeplex.com/[^]

LINQ to FQL (Facebook Query Language)[^]
 
Share this answer
 
v2
Comments
Dalek Dave 27-Jan-11 4:14am    
Good Links.
Anupama Roy 27-Jan-11 4:24am    
Thanks Dalek!
Shining Legend 27-Jan-11 22:02pm    
Useful links. but i just want to know the page which has highest number of fans from a specific country. Is it possible to query it from asp.net for the page of a country which has highest number of likes/fans.
Anupama Roy 30-Jan-11 5:04am    
I haven't tried that so far.Looks like it is possible.Take a look at this below links & see if it gives you some idea

http://facebooklinq.codeplex.com/
http://www.codeproject.com/KB/aspnet/LinqToFqlAddon.aspx
I am able to get fan-count for a specific page using below query
"SELECT fan_count FROM page WHERE page_id=12345" but i need the fan_count for atleast top 10 facebook pages from india.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900