After login I can I can make FB queries. After few minutes (played game) Facebook requests fail exception:
java.lang.IllegalStateException: Cannot execute ta
Are you running on UI thread? Wrap your code withrunOnUiThread
runOnUiThread
like this
Facebook SDK mentions that async calls must be done from UI thread