开发者

Tagging photos using facebook C# SDK

开发者 https://www.devze.com 2023-03-09 14:00 出处:网络
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..

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".

0

精彩评论

暂无评论...
验证码 换一张
取 消