Unity Facebook SDK publish actions -


i have problem when posting player score via unity facebook sdk.
code scores api calling fine, problem app cannot grant publish_actions permission when user login.
tried , without native facebook app, login init() dialogue or function below:

fb.login("email,publish_actions", logincallback);

checked permission in app settings in tester account , showing basic information cannot post. appreciate if can give me advices. thank much.

just use publish_actions , not email..


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -