I am a developer I am integrating leaderboard using GS Facebook Integration Pro plugin with Facebook sdk for unity(beta). Issue is, I automatically logging out from Facebook when my app is in background because of which when i called leaderboard again I am getting an error did you call FB.init() .
Hello i would suggest you use FB.init(); and put it on the update or even start, so it always does it. Try to put it in the Start(). If it doesn’t work put it in Update ().