labfibeethift
New Member
i would like to build a web application similar to the facebook implementation of the games...do anybody know how this is done in facebook?i know that the games are embedded via oauth2 and the fist authentication with the user is a 3-legged oauth... but how does the game transfer the scores etc.? is there also a 2-legged oauth implemented in the consumer for this? and how should the grant be saved on the user site? i think i have to define scopes and in my rest api i should check on the methods for a specific scope...is there any example implementation of such a scenario out there? i am using php and kohana as framework...thx for any information!kind regards ...