After login I can I can make FB queries. After few minutes (played game) Facebook requests fail exception:
java.lang.IllegalStateException: Cannot execute ta
You can use Request.toHttpConnection(request) instead of request.executeAsync()
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