Im getting..
FacebookApiException Object ( [result:protected] => Array ( [error] => Array ( [message] => An active access token must be used to query information about the current user. [type] => OAuthException [code] => 2500
any idea why?
Edit: FIXED!
I'm getting this error: File: myfbconnect/src/facebook.php (Line no. 49) randomly
I will fix all these errors caused by some lines of code ASAP.
For anyone waiting for a fix of the result:protected message, I've just pushed a new commit which restricts the message being showed only to the friendly message.
Just download and replace the ./myfbconnect.php file with the new one on
GitHub to solve.
thnx .
I noticed the difference in file size is DRASTIC. The original file i had was 30kb the new file is 70kb? ??
Never mind chrome was saving html crap into the file... had to download as zip
The repo on GitHub has been updated with an official release as a "tag". From now, every release will be added to the release list so you can easily track
here new versions as they come out.
The latest as for today is available
here.
Also, a new package containing the latest version has been submitted to the Mods Site and will be available as soon as it gets approved.
What kind of features/bugs fixes is in the newer update?
The "result:protected" bug that showed a unordered PHP object similar to an error has been patched: whenever an error occurs, the output now shows just a friendly message. That's it: the version remains the same (1.1).