Questions tagged [acaccount]

An ACAccount object encapsulates information about a user account stored in the Accounts database.

Developer.apple.com entry.

78 questions
1
vote
0 answers

ACAccount not able to assign to SLRequest object account variable directly in IOS 6,How to solve this issue?

I had list all Twitter accounts in tableview of the First view controller. In that view controller i had select one account from that table view and pass that account object to second view controller. In second view controller i had assign ACAccount…
Velmurugan S
  • 619
  • 3
  • 21
1
vote
0 answers

Got Empty array from accountsWithAccountType: in IPhone

I got belo lines of code to execute - ACAccountStore *account = [[ACAccountStore alloc] init]; ACAccountType *accountType = [account accountTypeWithAccountTypeIdentifier: ACAccountTypeIdentifierTwitter]; …
Jekil Patel
  • 403
  • 4
  • 18
1
vote
1 answer

Login with twitter in ios 7

I am doing login functionality. In which - user will give twitter email id to login and if login gets succeeded, my app will navigate user to its inner screen of my app. If user has configured twitter account from user's device ios settings. My…
Jekil Patel
  • 403
  • 4
  • 18
1
vote
1 answer

How to save facebook account to ACAccountStore from facebookSDK

I want to save the facebook account to ACAccountStore in iOS, I will get accessTocken from facebookSDK but how to obtain tocken and secret How to save it to ACAccountStore Thanks in Advance. ------ Edit-------- I have an application that uses…
Rafeek
  • 523
  • 3
  • 16
1
vote
1 answer

Apps will not shown in setting->facebook if the account is signed in after the app is installed

I found an weird problem of iOS account setting. When I working on ACAccount renew issue, I found that if users login facebook in device setting after my app in installed, my app will not be able to gain access to facebook account. To be precise, my…
Hubert Wang
  • 502
  • 5
  • 17
1
vote
1 answer

iOS: user's full name for an ACAccountTypeIdentifierFacebook

I'm using the Facebook integration of iOS to allow user to sign in with their Facebook account. I encountered a problem getting the user's full name. I'm creating an ACAccount of type ACAccountTypeIdentifierFacebook. After some searching I found out…
rtiago42
  • 572
  • 3
  • 9
1
vote
1 answer

how to get read permission before publishing permission for uploading video on Facebook using SLRequest?

I am simply trying to integrate Facebook sharing into my app, my app's end product is a video hence uploading and sharing the final compilation with friends is what i have in mind, I am using native social framework with ACAccount Framework, for my…
Abhinav Singh
  • 7,880
  • 1
  • 23
  • 33
1
vote
1 answer

Is possible to create ACAccount with just login and password?

In my application (for Mac OS), I need to login to Twitter and check for new posts directly with login and password, which user will specify in my application. Is it possible to do it with Accounts framework? Maybe, somebody can show some example?
Andrey
  • 2,659
  • 4
  • 29
  • 54
1
vote
1 answer

Getting "unrecognized selector sent to instance" when trying to post with TWRequest

I'm trying to post an image using the TWRequest object. Here's my code: ACAccountStore *accountStore = [[ACAccountStore alloc] init]; ACAccountType *accountType = [accountStore…
YogevSitton
  • 10,068
  • 11
  • 62
  • 95
1
vote
2 answers

What can i do when login with "ACAccountStore" doesn't get granted?

I'm currently developing an app that uses ACAccountStore to access the twitter account to fetch tweets. Everything works good, but i've no clue what i can display or do if the user doesn't grant promise to the accounts. My first thought was…
Lukas
  • 1,346
  • 7
  • 24
  • 49
1
vote
0 answers

Facebook request not working after renewal of credentials (Accounts Framework)

I just figured out how to properly request information from Facebook with the new iOS 6 accounts framework. My problem now is even after I renewed credentials, Facebook still tells me that I don't have access. I guess my last (working) token expired…
Dario
  • 65
  • 4
1
vote
1 answer

Cannot reproduce app crash on checking whether logged into service on device

I have an app that, according to crash logs, is crashing on startup while checking if the user is logged into Facebook on the device. The problem is that I cannot reproduce this crash, and it happens on different devices. So far, I have only seen…
SAHM
  • 4,078
  • 7
  • 41
  • 77
1
vote
1 answer

iOS Lag when Updating Button in ACAccountStoreRequestAccessCompletionHandler for Twitter

I'm trying to make a toggle button that to indicate sharing to Twitter, like in the Instagram share page that appears after taking a photo. Specifically it's a UIButton that start in the Normal state, then when it's pressed it goes into the…
Thomas
  • 36
  • 1
  • 3
1
vote
1 answer

How to handle expired Facebook access tokens with SLRequest

I've integrated the SLRequest class with my app and can successfully update user timelines etc. So far so good. However, I'm stuck with how to handle the scenario when Facebook invalidates the user's access token (due to inactivity etc). Normally…
Graham
  • 6,484
  • 2
  • 35
  • 39
1
vote
1 answer

accountsWithAccountType returning empty array

iOS6. I signed in to Twitter in the Settings app. I closed my app and the Settings app then re-ran. ACAccountStore *store = [[ACAccountStore alloc] init]; ACAccountType *accountType = [store …
quantumpotato
  • 9,637
  • 14
  • 70
  • 146