このチュートリアルを使用して、Facebook http://www.raywenderlich.com/1626/how-to-post-to-a-users-wall-upload-photos-and-add-a-like-button-from-に正常にログインできますyour-iphone-app しかし、iOS 用の facebook の経験はありません。
- (IBAction)rateTapped:(id)sender {
NSURL *url = [NSURL URLWithString:@"YOur Image url"];
NSData *data = [NSData dataWithContentsOfURL:url];
UIImage *img = [[UIImage alloc] initWithData:data];
[variables setObject:img forKey:@"picture"];
FbGraphResponse *fb_graph_response = [fbGraph doGraphPost:@"/me/photos"
withPostVars:variables];
}
しかし、ここで、画像の URL を渡す方法を混乱させました。bcz 私の画像は同じページにあります。また、このコードを使用すると、次の 4 つのエラーが表示されます。
運がない。どうしたの?前もって感謝します