I'm working on validating the signed_request parameter from the Facebook API, following these guidelines, but I'm running into issues calling some of the methods of the Base64 class from Commons Codec. I added the commons-codec 1.6 library to my project (), but Eclipse is showing
and saying
which is odd, since this says otherwise.
I verified the md5 of the download, so that's not the issue.
Any bright ideas?