Is it possible to encode a picture from our iPhone to use with facebook dialog feed instead of passing an URL.. !
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"Blablabla", @"name",
@"Blablabla", @"caption",
@"Blablabla", @"description",
@"http://google.com", @"link",
@"HTTP:CAN IT BE AN ENCODED PICTURE??", @"picture",
actionLinksStr, @"actions",
nil];
[facebook dialog:@"feed" andParams:params andDelegate:self];
There's a reference link for params: http://developers.facebook.com/docs/reference/api/post/