HTML5   发布时间:2022-04-27  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了ios – ACAccountCredential为oauthToken返回null大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。
@H_262_0@
@H_262_0@
我通过以下方式访问用户的Facebook:

[accStore requestAccessToAccountsWithType:fBACcountType
                                           options:options
                                        completion:^(BOOL granted,NSError *error) {
                                            if (granted) {
                                                // If access granted,then get the Facebook account info
                                                NSArray *accounts = [accStore
                                                                     accountsWithAccountType:fBACcountType];
                                                ACAccount *acc = [accounts lastObject];

                                                // Get the access token,Could be used in other scenarios
                                                ACAccountCredential *fbCredential = [acc credential];
                                                NSString *accessToken = [fbCredential oauthToken];
                                                NSLog(@"Facebook Access Token: %@",accessToken);


                                                // Add code here to make an API request using the SLrequest class

                                            } else {
                                                NSLog(@"Access not granted");
                                            }
                                        }];

打印出:

Facebook Access Token: (null)

我被授予访问权限,但令牌为空.我究竟做错了什么?

谢谢

解决方法

我通过续订凭证解决了这个问题.也就是说,在授予对FB的访问权限后,但在ACAccountCredential的oauthToken返回nil的情况下,我们只需调用ACAccountStore的renewCredentialsFOraccount.续订凭证,之后令牌有效!
@H_262_0@

大佬总结

以上是大佬教程为你收集整理的ios – ACAccountCredential为oauthToken返回null全部内容,希望文章能够帮你解决ios – ACAccountCredential为oauthToken返回null所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签:iosnulloauthtoken返回
猜你在找的HTML5相关文章
其他相关热搜词更多
phpJavaPython程序员load如何string使用参数jquery开发安装listlinuxiosandroid工具javascriptcap