I have read everywhere trying to figure this out, with no success. Hoping its something simple i have missed.
For simplicity I have the following:
In Game
on death() - facebook publish score '30'
facebook on score submitted - request hi-score board top 10 scores
on leaderboard page
on start of layout - request hi-score board top 10 scores
facebook on hi-score - textbox.append Facebook.HiscoreRank & ": " & Facebook.HiscoreName & " - " & Facebook.Score & newline
this displays
"text1: correct name - 0"
Have I missed something? I have requested "public_profile,publish_actions,user_friends" persmissions