Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>@Daspianist,</p> <p>I've put my sample (based on FB's Graph API Sample App) App into git at: <a href="https://github.com/brewmium/Facebook-iOS-GraphExplorerQueryRunner.git" rel="nofollow noreferrer">https://github.com/brewmium/Facebook-iOS-GraphExplorerQueryRunner.git</a></p> <p>You can ask for permissions one by one, on the iOS device, and run the complex Graph API Queries generated from: <a href="https://developers.facebook.com/tools/explorer" rel="nofollow noreferrer">https://developers.facebook.com/tools/explorer</a></p> <p>I wrote (heavily modified) this because the output from the web based explorer queries return VERY different results than when run on from the iOS SDK.</p> <p>While I was at it, I wrote a little permissions request interface, so it's easy to modify the permissions as you are testing your queries (like on the web version).</p> <p>When removing permissions, it's best that you go into your Facebook Account Settings / Apps and remove the GraphApiSample from the list of those Apps with permissions, then ask for the fresh permissions.</p> <p>Good luck,</p> <p>-eric</p> <p>Followup: @Daspianist, My sample query runner uses the "twitch out to facebook" for login, so I see all of the permissions, vs. the dialog you screen captured... which is obviously "simplifying things"... Here is Tinder trying to login, and it IS asking for the birthdate. I would call this a bug, NOT the ability to circumvent the permissions scheme. Hope this helps. -eric</p> <p><img src="https://i.stack.imgur.com/2wLyT.png" alt="enter image description here"></p>
    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. 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