objective c - iOS Game - Facebook SDK Like with custom button / programmatically -


we're making game in c++ (cocos2d-x) ios , android , we'd show facebook button in our game works ios facebook sdk.

as seems default way use facebook default uikit button - since we're making game, we'd avoid having uibutton above our openglview.

is there way facebook without standard button?

would legit create facebook button, not show , send touch facebook button programmatically? there more elegant solution that?

according facebook policy on social plugins point 4 of 13.

"don’t obscure or cover elements of social plugins."

source : link


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -