Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8610089
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T04:02:46+00:00 2026-06-12T04:02:46+00:00

Though, there is such a question Facebook Error (7) iOS 6 it’s already closed

  • 0

Though, there is such a question Facebook Error (7) iOS 6 it’s already closed without any answer!
While obtaining an access to user’s facebook account I’ve got an error:
error is: Error Domain=com.apple.accounts Code=7 "The Facebook server could not fulfill this access request: The proxied app is not already installed." UserInfo=0xa260270 {NSLocalizedDescription=The Facebook server could not fulfill this access request: The proxied app is not already installed.}

I’m performing a request like this:

self.statusLabel.text = @"Waiting for authorization...";
if (self.accountStore == nil) {
    self.accountStore = [[ACAccountStore alloc] init];
}   
ACAccountType * facebookAccountType = [self.accountStore accountTypeWithAccountTypeIdentifier:ACAccountTypeIdentifierFacebook];

NSDictionary * dict = @{ACFacebookAppIdKey : FB_APP_ID, ACFacebookAudienceKey : ACFacebookAudienceEveryone};
[self.accountStore requestAccessToAccountsWithType:facebookAccountType options:dict completion:^(BOOL granted, NSError *error) {
    __block NSString * statusText = nil;
    if (granted) {
        statusText = @"Logged in";
        NSArray * accounts = [self.accountStore accountsWithAccountType:facebookAccountType];
        self.facebookAccount = [accounts lastObject];
        NSLog(@"account is: %@", self.facebookAccount);
        self.statusLabel.text = statusText;
        [self postToFeed];
    }
    else {
        self.statusLabel.text = @"Login failed";
        NSLog(@"error is: %@", error);
    }
}];

What does this error means?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T04:02:48+00:00Added an answer on June 12, 2026 at 4:02 am

    I’ve solved this problem!
    It was because I do not pass permissions array!
    Though the ACAccountStore class states that this parameter is optional, it is not!
    enter image description here

    More over the application could launch and ask for basic permissions(as it is implied)!

    enter image description here

    So, you must always pass a permissions array.

    Here’s also a description of error codes returned by account store:

    typedef enum ACErrorCode {
       ACErrorUnknown = 1,
       ACErrorAccountMissingRequiredProperty,
       ACErrorAccountAuthenticationFailed,
       ACErrorAccountTypeInvalid,
       ACErrorAccountAlreadyExists,
       ACErrorAccountNotFound,
       ACErrorPermissionDenied,
       ACErrorAccessInfoInvalid
    } ACErrorCode;
    

    (I’ve got ACErrorPermissionDenied here)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any possibility of using EF Code First for Oracle DB. Even though
I haven't browsed through the spec, though I doubt any info is in there.
Warning: you know how they say there's not such thing as a stupid question?
Is there a way to execute cURL requests through a VPN such as OpenVPN
I have to deploy a C# application on a 64 bit machine though there
As you can see the upper dark X's are cut even though there is
This is probably going to sound like a sci-fi request, though – is there
Though in general I like case-sensitivity in my database, there are a few times
Just curious if there is an existing storyboard version of Facebook integration around because
This may be a basic question but the answer has alluded me so far.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.