sromku / android-simple-facebook

[Deprecated] Simple Facebook SDK for Android
Other
879 stars 349 forks source link

SSL Handshake Exception OnProfileListener #429

Open tomkui32 opened 8 years ago

tomkui32 commented 8 years ago

Hello, I face SSL Handshake Exception in the following case with steps:

  1. first time install and open the app
  2. work fine with onLoginListener
  3. face SSL Handshake Exception with OnProfileListener But if I kill app and restart the app, the OnProfileListener work fine, can anyone suggest some solution ? I am using simple-facebook-2.2.jar. Thank you