Unlocking Achievement problem

So now I’m able to get achievements. There’s this problem with unlocking though, It returns this:

Achievement Unlocked:
[html]

We're sorry, but something went wrong (500)
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }

We’re sorry, but something went wrong.

We’ve been notified about this issue and we’ll take a look at it shortly.

[/html]

I’ve confirmed that the access code and secret code, as well as the user is logged in with the auth token correct, as well as the achievement id correct.

Please help.

Regards,

John [import]uid: 186198 topic_id: 34164 reply_id: 334164[/import]

Hi John,

Received your support ticket, we are looking at it and will get back to you ASAP.

Thanks

-Mohamed [import]uid: 201995 topic_id: 34164 reply_id: 135864[/import]

John, the issue was addressed, please give it a try and let me know if everything is looking good.

-Mohamed [import]uid: 201995 topic_id: 34164 reply_id: 135871[/import]

Hi Mohamed!

Checked it out just now.

It’s working correctly now. Awesome! Thanks for the help!

Edit:

Spoke too soon.

I’m getting the achievement now and it says it has been added to my achievements. But doing an: getStatusOfAchievement() on it returns this:

Achievement:
[html]

The page you were looking for doesn't exist (404)
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }

The page you were looking for doesn’t exist.

You may have mistyped the address or the page may have moved.

[/html]

And doing an getAllAchievements() returns an empty json, while doing an getMyUnlockedAchievements() showed me that the achievement was there.
Regards,

John [import]uid: 186198 topic_id: 34164 reply_id: 135876[/import]

Update!

Retested, and this is what I got:

These return html 404 pages:
getMyUnlockedAchievements(facebookID)
getStatusOfAchievement(achievementid)

this returns an empty json table when logged in, returns the values correctly when logged out:
getAllAchievements()

this is working correctly:
unlockAchievement(achievementid)

Regards,

John [import]uid: 186198 topic_id: 34164 reply_id: 135904[/import]

Hi John,

Received your support ticket, we are looking at it and will get back to you ASAP.

Thanks

-Mohamed [import]uid: 201995 topic_id: 34164 reply_id: 135864[/import]

John, the issue was addressed, please give it a try and let me know if everything is looking good.

-Mohamed [import]uid: 201995 topic_id: 34164 reply_id: 135871[/import]

Hi Mohamed!

Checked it out just now.

It’s working correctly now. Awesome! Thanks for the help!

Edit:

Spoke too soon.

I’m getting the achievement now and it says it has been added to my achievements. But doing an: getStatusOfAchievement() on it returns this:

Achievement:
[html]

The page you were looking for doesn't exist (404)
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }

The page you were looking for doesn’t exist.

You may have mistyped the address or the page may have moved.

[/html]

And doing an getAllAchievements() returns an empty json, while doing an getMyUnlockedAchievements() showed me that the achievement was there.
Regards,

John [import]uid: 186198 topic_id: 34164 reply_id: 135876[/import]

Update!

Retested, and this is what I got:

These return html 404 pages:
getMyUnlockedAchievements(facebookID)
getStatusOfAchievement(achievementid)

this returns an empty json table when logged in, returns the values correctly when logged out:
getAllAchievements()

this is working correctly:
unlockAchievement(achievementid)

Regards,

John [import]uid: 186198 topic_id: 34164 reply_id: 135904[/import]