C# facebook tag page on photo

已取消 已发布的 Oct 17, 2011 货到付款
已取消 货到付款

I need consultation on tagging page on photo, programatically (C#).

Below is the code I am using in my web application to tag user on the photo.

Note: This is server side code.

****************************************************************

var me = (IDictionary<string, object>)[url removed, login to view]("me");

var id = (string)me["id"];

PhotoTag tags = new PhotoTag { x = "50", y = "50", tag_uid = id };

List<PhotoTag> tagList = new List<PhotoTag>() { tags };

JavaScriptSerializer oseializer = new JavaScriptSerializer();

var tagparameters = [url removed, login to view](tagList);

IDictionary<string, object> upload = new Dictionary<string, object>();

[url removed, login to view]("@[url removed, login to view]", [url removed, login to view]);

[url removed, login to view]("tags", tagparameters);

[url removed, login to view]([url removed, login to view]("{0}/photos", id), upload);

****************************************************************

But I want to know how we can tag page (fan page) on the photo.

(We can manually tag page on any photo)

I tried to use the page id but didnt worked.

.NET C# 编程

项目ID: #1251267

关于项目

远程项目 活跃的Oct 17, 2011