繁体   English   中英

在iOS中的Facebook上共享通配符

[英]share wild card on facebook in ios

我在我的应用程序中实现了通配符api。 通配符制作一张可以显示的卡片。 但是我需要它在Facebook上共享,请帮助我在Facebook上共享此卡。

[Card getFromUrl:[NSURL URLWithString:@"http://www.autonews.com/article/20150820/OEM06/150829990/ford-patents-autonomous-vehicle-with-reconfigurable-seats"]
          completion:^(Card *card, NSError *error)
     {
         if(card)
         {
            //[self presentCard:card animated:YES completion:nil];
         }
     }];
[Card getFromUrl:[NSURL URLWithString:@"http://www.autonews.com/article/20150820/OEM06/150829990/ford-patents-autonomous-vehicle-with-reconfigurable-seats"]
          completion:^(Card *card, NSError *error)
     {
         if(card)
         {
            [self presentCard:card animated:YES completion:nil];
         }
     }];

通配符将自动提供发布功能。在设置中配置帐户(facebook,twitter等)将自动显示共享选项。 如果未配置帐户,则不会显示共享选项。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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