Seven Tsai

Results 4 comments of Seven Tsai

@jonsmirl what do you mean Oauth URL? does It mean customization UI from cognito pool? Although I design iOS App, I stuck same problem in it. I can get token...

![image](https://github.com/facebook/facebook-ios-sdk/assets/24777585/087fd19d-2b65-4820-b6cb-a18590ae9ef3) There two token in it - one is `accessToken` which needs graphAPI to get user info - another one is `AuthenticationToken`(aka JWT token) which needs JWT decode to get...

> @mvpscottjon have you tried your .limited config with public accounts or just test accounts? Yes, I also test using public accounts. But I change my comment, is it right...

watch out your Swift & xcode version the document says : Version 4.x.x requires Swift 4.2 and Xcode 10. Version 3.x.x requires Swift 4 and Xcode 9. so if you...