【发布时间】:2011-07-27 14:48:42
【问题描述】:
在 iPhone 上使用 fbconnect。
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
pid, @"pid",
FACEBOOK_PAGE_ID, @"tag_uid",
@"50.0", @"x",
@"50.0", @"y",
nil];
[self.theFacebook requestWithMethodName:@"photos.addTag"
andParams:params
andHttpMethod:@"POST"
andDelegate:self];
我的 FACEBOOK_PAGE_ID 真的错了吗?那么,我怎样才能找到合适的呢?
【问题讨论】:
标签: facebook ios upload photo tagging