Getting facebook username for high score

Monkey Forums/Monkey Programming/Getting facebook username for high score

Droogan(Posted 2012) [#1]
Just wondering if anyone has been able to pull a facebook username from a facebook monkey app in order to create a high score database.


Fryman(Posted 2012) [#2]
Ive been messing with it but at the moment its beyond my level of programming.

In order to pull the name you need to pass the Oauth2 check and pass a valid token, you cannot access /me without it.

On the plus side once this problem is solved all of the facebook graphs become available to us including the built in facebook scoreboards.

I have seen a simple golf game (proof of concept) around on these forums that pulled a name but I cant find it, and also I am not 100% sure it will still work considering the changes to the Javascript API on facebook