I am implementing social-auth library in android application its working fine, but i want to check that if user already login with facebook or not.
Example: If user logged in facebook prior then always show logged in for facebook(any for which user is logged in.) no click should be required.
After googled a lot. I found a solution.
if token!=null then user is already login.
I hope this will help others!!Thanks!!