腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(318)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
ACAccountStore
Twitter凭据
我有一个问题,如果
ACAccountStore
自动更新Twitter令牌?我需要令牌在我的服务器中使用自动投递。请分享你的经验。
浏览 0
提问于2015-02-10
得票数 0
回答已采纳
1
回答
ACAccountStore
Facebook错误
ACAccountStore
说我有权限,所以requestAccess...返回“已授权”,但只要我尝试一个SLRequest,我就会得到一个类似Error validating access token
ACAccountStore
*accountStore = [[[
ACAccountStore
alloc] init] autorelease]; ACAccountType *accountType
浏览 0
提问于2012-09-28
得票数 2
回答已采纳
1
回答
iOS
ACAccountStore
Facebook令牌类型?
关于这一点:在Facebook应用程序中设置Single Sign On on对令牌有何影响?
浏览 2
修改于2014-03-25
得票数 0
1
回答
使用
ACAccountStore
保存Facebook帐户
token secret:(NSString *)secret { self.accountStore = [[
ACAccountStore
浏览 2
修改于2017-05-23
得票数 5
1
回答
从
ACAccountstore
获取Twitter用户名-
我把ACAccount存储在一个数组中-通过打印arrayOfAccounts - "type:com.apple.twitter\nidentifier: 9E8DD039-D210-49EB-90D3-797017EC9F37\naccountDescription: @kaleshnewage\nusername: kaleshnewage\nobjectID: x-coredata://8CD38D83-7
浏览 1
提问于2013-10-30
得票数 0
回答已采纳
1
回答
访问
ACAccountStore
时出现奇怪的崩溃
现在我得到的错误信息如下:我已经记录了帐户存储对象,并且它存在- store is: <
ACAccountStore
: 0x8c2cec0>NSLog(@"[SocialSharingManager
浏览 0
修改于2012-11-29
得票数 0
回答已采纳
3
回答
ACAccountStore
错误6 (ACErrorAccountNotFound)和8
我试图使用以下代码从
ACAccountStore
获得一个帐户: ACAccou
浏览 5
修改于2020-06-20
得票数 10
回答已采纳
1
回答
ACAccountStore
accountsWithAccountType返回空列表但授予访问请求
我对requestAccessToAccountsWithType的调用被授予,但是
ACAccountStore
.accountsWithAccountType返回一个空列表。let twitterAccountType = accountStore.accountTypeWithAccountTypeIdentifier
浏览 2
修改于2015-04-18
得票数 3
回答已采纳
2
回答
从
ACAccountStore
在iOS获得Facebook uid吗?
嗨,我想从
ACAccountStore
的iOS 6中获得Facebook用户的UID self.accountStore = [[
ACAccountStore
alloc]init];
浏览 6
提问于2013-02-19
得票数 9
回答已采纳
4
回答
推特与
ACAccountStore
(iOS 5)的集成问题
当我用iOS 6.0运行下面的代码时,它工作正常ACAccountType *accountType,它崩溃了,输出如下:reason: '-[
ACAccountStore
浏览 2
提问于2013-03-06
得票数 4
1
回答
将现有OAuth凭据迁移到
ACAccountStore
时出错
在将现有OAuth凭据迁移到iOS 5中的
ACAccountStore
时遇到问题。
ACAccountStore
*accountStore = [[
ACAccountStore
alloc] init]; ACAccountType *accountType = [accountStore
浏览 2
提问于2011-10-18
得票数 0
回答已采纳
1
回答
IOS7 - [
ACAccountStore
requestAccessToAccountsWithType -“错误代码8”
我正在使用XCode5,并在IOS7上运行 ACAccountType
浏览 5
修改于2017-05-23
得票数 0
2
回答
使用未声明的标识符"
ACAccountStore
“
我已经在构建阶段添加了Accounts.Framework,但仍然收到错误有人知道为什么吗?
浏览 3
提问于2013-04-10
得票数 5
回答已采纳
1
回答
正在从
ACAccountStore
/ACAccount检索facebook令牌过期日期?
在使用
ACAccountStore
和ACAccount时,有没有办法判断你的facebook token什么时候会过期?我创建了一个
ACAccountStore
,访问用户的facebook帐户,将该帐户存储在一个ACAccount对象中,并且能够从凭据中检索令牌。我也想知道这个令牌什么时候到期。
浏览 2
修改于2013-06-19
得票数 3
1
回答
ACAccountStore
-试图在Twitter上跟踪- 410错误
下面是我的代码“在推特上跟随”(iOS6+):{
ACAccountStore
*accountStore = [[
ACAccountStore
浏览 4
提问于2013-09-06
得票数 0
回答已采纳
2
回答
ACAccountStore
requestAccessToAccountsWithType:options:completion:返回nil错误并被授权为NO
我正在尝试使用
ACAccountStore
进行登录测试,但是进行得并不是很顺利。我正在尝试访问帐户,如下所示: ACAccountType *accountType = [store accountTypeWithAccountTypeIdentifier
浏览 15
修改于2013-10-01
得票数 5
1
回答
如何将facebook帐户从
ACAccountStore
保存到facebookSDK
我想把facebook账户保存到
ACAccountStore
in iOS, 如何将其保存到
ACAccountStore
浏览 6
修改于2014-01-16
得票数 1
1
回答
当使用
ACAccountStore
时,"(null)想要访问推特“
我正在使用twitter中的Accounts框架来处理iOS请求。当我的应用程序向用户请求访问twitter帐户的权限时,权限请求警报中的应用程序名称将显示(null)。
浏览 1
提问于2012-02-18
得票数 0
回答已采纳
1
回答
ACAccountStore
未检索自定义SLRequest的Facebook帐户
我已经在Facebook开发中心配置了一个应用程序,并收到了我的应用程序ID,但是,当我尝试通过
ACAccountStore
请求Facebook帐户时,我总是收到以下本地化的错误消息:@"ACFacebookPermissionGroupKey" : @[@"write", @"email"]}; self.facebookStore = [[
ACAccountStore
浏览 1
提问于2012-10-15
得票数 3
1
回答
立即授予的requestAccessToAccountsWithType:options:completion:accountStoreHandler
ACAccountStore
返回= NO
我呼吁:ACAccountType *twitter = [accountStore
浏览 8
修改于2014-07-27
得票数 1
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券