facebook / facebook-ios-sdk

Used to integrate the Facebook Platform with your iOS & tvOS apps.

Home Page:https://developers.facebook.com/docs/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Will the limited login warning still display after implementing limited login?

FloodLi opened this issue · comments

Checklist before submitting a bug report

Xcode version

15.1

Facebook iOS SDK version

17.0.2

Dependency Manager

CocoaPods

SDK Framework

Login

Goals

I hope that after limited login has been implemented, this warning will no longer be displayed.
This way I’ll be able to find out whether there’s something wrong with my implementation.

Expected results

This warning will no longer be displayed

Actual results

Limited login warning still display when test user login even after implementing limited login.
So I am not sure if there’s something wrong with my implementation

warning

Steps to reproduce

Sign in with a test user account

Code samples & details

// INSERT YOUR CODE HERE
var example = "Example code"

me too