Firstly apologies if I get this wrong it's my first post.
I've been building an Android game and I've been trying to integrate Facebook posting into it. Here are the details of tech:
- Windows 7
- Developing in FDT
- Using Flex 4.6 and Adobe Air for Android
- ActionScript 3.0.
I've plugged in FacebookMobile.init and I pass in both my App's ID and a callback function. However I get the following message returned:
"{"error":{"message":"An active access token must be used to query information about the current user.","type":"OAuthException","code":2500}}"
I noticed on some other pages people have bought this up with no real solution. I have tried the damarmada solution found on another site this didn't work either.
Thanks for your time,