I am totally new to stack overflow and an absolute newbie when it comes to Facebook Development. My current problem I face is:
by using ASP.NET and the C# Facebook sdk I need to Create a photo album in a users personal Facebook profile. Before the new album is created the webapp should iterate through the users existing albums (by album name) to establish whether or not the album already exists. If the album exists, the Album id should be returned and A picture/photo should be uploaded to that album. Otherwise the album should be created and the photo should be posted to the newly created album.
I have searched the net for days on end but I could not find a helping asp.net sample or any source articles. I have however found winforms samples for C# but it was not of much help as the web sdk and the winforms sdk seem to be quite different from each other.
I have downloaded the C# SDKs for facebook web development and referenced them in my project but I can't seem to figure out exactly how to get the job done.
PS. My facebook application is already created and functioning.
Thanks in advance! J