我想使用Twitter的API並得到響應iOS-如何獲取Twitter帳戶訪問權限?
{"errors":[{"message":"Bad Authentication data","code":215}]}
我使用的代碼twitter site 我已經設置Twitter帳戶在模擬器也嘗試在設備上(也做註銷並重新記錄重試很多次-in),但我無法得到訪問授予
[self.accountStore
requestAccessToAccountsWithType:twitterAccountType
options:NULL
completion:^(BOOL granted, NSError *error) {
if (granted) {
// getting granted false i.e. I am not reaching here
}
}
所以,我需要另外做什麼?任何評論,答案是讚賞。
現在這個twitter API是過時的。 – Tirth