How to enable logging in Facebook iOS SDK for debugging purposes?

I am trying to debug an iOS app that integrates with the iOS SDK for Facebook 4.1. I would like to see a detailed log of the Facebook code. Is there a way to do this? I don't see any magazine from Facebook right now. Thank!

+3


source to share


1 answer


As stated in the documentation , you can enable debug logs by calling the following method:



[FBSDKSettings enableLoggingBehavior:FBSDKLoggingBehaviorAppEvents];

      

+1


source







All Articles