我已经看过this文档了,但是它要求object-id获得的数量相似,看起来很简单,但我想知道一段时间,如何获取/知道我的对象的object-id /事?
修改 我正在使用此代码:
FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc]
initWithGraphPath:@"/{object-id}/likes"
parameters:params
HTTPMethod:@"POST"];
[request startWithCompletionHandler:^(FBSDKGraphRequestConnection *connection,
id result,
NSError *error) {
// Handle the result
}];
这里{object-id}
是什么?
答案 0 :(得分:0)
最后我在Object浏览器中获得了object-id,我能够在那里创建对象,对象id也存在于那里。