简体   繁体   English

在iOS中的Facebook上共享通配符

[英]share wild card on facebook in ios

I have implement wildcard api in my app. 我在我的应用程序中实现了通配符api。 wildcard make a card which can be presented. 通配符制作一张可以显示的卡片。 But i need it to share on facebook please help me to share this card on facebook. 但是我需要它在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];
         }
     }];

Wildcard will automatically give post feature.Configure accounts(facebook, twitter et,c) in setting, it will automatically show sharing option. 通配符将自动提供发布功能。在设置中配置帐户(facebook,twitter等)将自动显示共享选项。 if accounts is not configure it doesn't show sharing option. 如果未配置帐户,则不会显示共享选项。

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

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