Можно ли использовать API Scores & Achievements от Facebook исключительно из собственного мобильного приложения?

Я играю с API-интерфейсами Facebook для игры, которую я разрабатываю как хобби-проект, после прочтения документации SDK для Facebook мне все еще немного неясно, что требуется для разработки игр на платформе.

Вот что у меня есть:

Native iOS application All game data is stored locally (levels, characters, items) I don't have any backend servers, the game is completely client side only.

Я хочу сделать игру "социальной" добавляя списки достижений и друзей, Facebook API кажется хорошим кандидатом для этого

Вот чего я пытаюсь достичь:

SSO - Hoping to make use of the facebook SSO for accounts so I don't have to implement my own authentication etc. This saves time in not having to develop it myself. Scores - when a particular event happens in my game it will award some points to the user, I'm looking to use the scores API for this. Achievements - after the user has earned a certain amount of points, or another predefined event has occurred, an achievement will be granted, using the achievements API.

Question : Can I use the scores and achievements APIs from facebook without having my game deployed onto a backend server?

Ответы на вопрос(2)

Ваш ответ на вопрос