简体   繁体   中英

facebook iOS - share- not showing app icon when posting on wall

I followed the login and share tutorial on developers.facebook.com and when posting on wall the app icon does not appear on post. it only shows labels and user input text. how do I make that app icon to show? does it have to be uploaded or is it something that I configure? before posting any answers or recomendations I already uploaded a photo to the developers.facebook dashboard. thank you in advance.. http://developers.facebook.com/docs/howtos/publish-to-feed-ios-sdk/ :

self.postParams =
    [[NSMutableDictionary alloc] initWithObjectsAndKeys:
     @"https://developers.facebook.com/ios", @"link",
     @"https://developers.facebook.com/attachment/iossdk_logo.png", @"picture",
     @"Facebook SDK for iOS", @"name",
     @"Build great social apps and get more installs.", @"caption",
     @"The Facebook SDK for iOS makes it easier and faster to develop Facebook integrated iOS apps.", @"description",
     nil];

对于有相同问题的任何人..只需将图标上传到照片共享站点(例如照片桶)中,然后将该链接分配给代码即可。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM