Tagging photos using facebook C# SDK
I have been trying since a long time to tag the photos in facebook albums and to tag the photos being uploaded using the Facebook C# SDK. But I could find a way..
Is it currently possible with Facebook C# SDK V 5开发者_如何学运维 ?
Please let me know.
Luckily Facebook have just added the ability to tag photos using the graph api which is documented here.
Just use FacebookWebClient
to POST to "PHOTO_ID/tags"
.
精彩评论