I believe that there are a few APIs and SDKs out there that should enable to you handle posting to Facebook through a .NET Application, however the best would probably be to use the Facebook SDK for .NET :
It features a fairly straight forward walkthrough that can be found on the Getting Started area, which should have everything that you need to hook into Facebook and post from your application. The
Facebook Developers area should also help point you in the right direction with any additional functionality. It looks like the Graph API also has functionality to retrieve images as well :
You could refer to this article which will explain how to fetch and import photos from Albums created by the user in FaceBook using ASP.Net and Free ASPSnippets FaceBook API.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
None
0 Points
16 Posts
How to get Facebook public Album Photo And albums in ASP.net
Nov 29, 2014 01:00 AM|vraju9896|LINK
How to get Facebook public Album Photo And albums in ASP.net.
I have No idea for that please help me.
All-Star
114593 Points
18503 Posts
MVP
Re: How to get Facebook public Album Photo And albums in ASP.net
Nov 29, 2014 09:21 AM|Rion Williams|LINK
I believe that there are a few APIs and SDKs out there that should enable to you handle posting to Facebook through a .NET Application, however the best would probably be to use the Facebook SDK for .NET :
It features a fairly straight forward walkthrough that can be found on the Getting Started area, which should have everything that you need to hook into Facebook and post from your application. The Facebook Developers area should also help point you in the right direction with any additional functionality. It looks like the Graph API also has functionality to retrieve images as well :
I'm sure if you dig around a bit, you can find some examples of using it.
None
0 Points
16 Posts
Re: How to get Facebook public Album Photo And albums in ASP.net
Dec 02, 2014 02:00 AM|vraju9896|LINK
By using That if wants to get friend list I am using this "me/friends" but its giving as output
{
"data": [
],
"summary": {
"total_count": 16
}
}
same thing as photo and albums
All-Star
40565 Points
6233 Posts
Microsoft
Re: How to get Facebook public Album Photo And albums in ASP.net
Dec 04, 2014 03:15 AM|Fei Han - MSFT|LINK
Hi vraju9896,
Thanks for your post.
You could refer to this article which will explain how to fetch and import photos from Albums created by the user in FaceBook using ASP.Net and Free ASPSnippets FaceBook API.
Hope it will be helpful to you.
Best Regards,
Fei Han