facebookarchive / php-graph-sdk

The Facebook SDK for PHP provides a native interface to the Graph API and Facebook Login. https://developers.facebook.com/docs/php
Other
3.18k stars 1.96k forks source link

Support Gaming Graph Domain #1261

Open KiddoLin opened 2 years ago

KiddoLin commented 2 years ago

If APP client use the SDK of Gaming Graph Domain, APP server have to request the URL of Gaming Graph Domain, or add 'GG|' in front APP_ID at Facebook\FacebookApp@getAccessToken. This PR privode a simple way to toggle to use Gaming Graph URL. Reference Gaming Graph Domain (graph.fb.gg)