Facebook Sso Not Working In Android
I used the following code to Login through Facebook in my app. I need to do this with Facebook SSO. I have the correct app_id. package com.fb.sso; import java.io.FileNotFoundExce
Solution 1:
This can happen due to the following reasons:
- You are not connected to internet
- You have not given permission for internet access ( Manifest.xml)
- You have not used a correct hashkey for the app
- You did not provide a correct App Id
Post a Comment for "Facebook Sso Not Working In Android"