在 iOS7 中,除了 FB 和 Twitter 之外,Flickr & Vimeo 也与设备集成。我想使用ACAccount
api 来进行集成,就像 iOS6 中的 Facebook 和 Twitter 一样。
对于 Facebook 集成,我们可以使用如下 api:
ACAccountType* accountType = [accountStore accountTypeWithAccountTypeIdentifier:
ACAccountTypeIdentifierTwitter];
同样,我想为 Flickr 获取它,但ACAccountType.h
文件中没有添加新的标识符。
现在我想知道如何为 Flickr 进行集成?有任何想法吗?