我正在使用此代码在 facebook 上发布图像,但它也在 facebook 上显示图像 url。我想隐藏这个网址:
这是我将图像发布到 facebook 的代码
#pragma mark Facebook
-(void)facebook
{
AppDelegate *delegate = (AppDelegate *)[[UIApplication sharedApplication] delegate];
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"I'm using Shape App", @"message", @"I'm using Shape App", @"caption",
@"http://www.imageurlhost.com/images/3kft472rvl2qtnzx11_Sample.png", @"picture",
@"I'm using Shape App", @"title",nil];
[[delegate facebook] dialog:@"feed" andParams:params andDelegate:self];
}
请检查下面的图片