Graph API /user/achievements - Documentation - Facebook for Developers

The games achievements that the user has received

PHP SDK v5.0.0 */ /* make the API call */ try { // Returns a `Facebook\ FacebookResponse` object $response = $fb->get( '/me/achievements', '{access- token}' ); ...

Lee mas