Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The error message is not clear since "app" could be your iOS app? Facebook.app on the phone? Facebook app? The "proxied app" is the Facebook app, and "not already installed" means, it's not yet been associated with the Facebook user online in terms of permissions.</p> <p>The first time your Facebook app connects to the users Facebook account, you must specify the basic info value(s) in your <code>ACFacebookPermissionsKey</code> key of the options dictionary. Other Facebook SDK's past and present such as the Javascript or PHP libraries by default supply basic info as the key, so you never had to. It seems the native integration in iOS doesn't do this, thus, if when the user first connects your app to their Facebook account with no permissions supplied, you get this error.</p> <p>After you are given access, i.e. - after the user is connected to the app in their privacy settings online, <code>ACFacebookPermissionsKey</code> does as Apple document, become optional.</p> <p>It's all a little confusing when you start to try and use the native Facebook integration... </p> <p>Using the native Facebook integration you must provide one of the following keys which are basic info keys: <code>email</code>, <code>user_birthday</code>, or <code>user_location</code>.</p> <p>To quote Facebook (<a href="https://developers.facebook.com/docs/howtos/ios-6/">source</a>):</p> <blockquote> <p>To create this basic connection using the iOS 6 native Auth Dialog, apps must request access to a user's basic profile information by asking for one of email, user_birthday, or user_location permissions.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload