Technorati Tags: Facebook Just recently, I complained a bit to Facebook about this page of their API: http://wiki.developers.facebook.com/index.php/Photos.get Why? Because it was not clear to me how to pass the UserID to the HttpWebRequest in order to query all photos by that UserID. For example, if you took a look at the description of parameters for the photos.Get method call (before they changed it), you saw the following: Parameters ...
Technorati Tags: Facebook,C# Well, it appears that not blogging lately has an obvious effect on number of subscribers. I have not blogged in about a month due to baby, work, and other things going on in my life…such as dealing with the Facebook API. If you have not tried to use that API in .NET outside a Facebook canvas it’s quite frustrating due to the poor and confusing documentation which is biased to forcing users to use FQL (their proprietary SQL or whatever), php, and FBML (their proprietary version of HTML…yea, weird). But, I’ve resurfaced now since I’ve gotten a...