NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
[NSString stringWithFormat:@"http://google.com/"], @"link",
self.facebookURLName, @"name",
@"https://devimages.apple.com.edgekey.net/technologies/ios/images/ios-platform-20111012.jpg", @"picture",
@"Check out this great app I found through miApp", @"caption",
nil];
==>i am using fbconnect to share the image on the user's wall...in the param,i want to send the image(devimages.apple.com.edgekey.n…) locally as "'ios-platform-20111012.jpg"
how to do it?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|