• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Facebook error publish actions

J

jossman1988

Guest
Hi,
my app crash when try to post on facebook with ds_list_add(permissions,"publish_actions");

I/yoyo (19943): Logging into Facebook
I/yoyo (19943): Facebook login status: IDLE
I/yoyo (19943): Logging in with permissions:[publish_actions]
D/AndroidRuntime(19943): Shutting down VM
E/AndroidRuntime(19943): FATAL EXCEPTION: main
E/AndroidRuntime(19943): Process: com.lind.pong, PID: 19943
E/AndroidRuntime(19943): Cannot pass a publish or manage permission (publish_actions) to a request for read authorization
E/AndroidRuntime(19943): at com.facebook.login.LoginManager.validateReadPermissions(LoginManager.java:368)
E/AndroidRuntime(19943): at com.facebook.login.LoginManager.logInWithReadPermissions(LoginManager.java:307)
E/AndroidRuntime(19943): at com.lindie.fluffies.FacebookExtension$2.run(FacebookExtension.java:377)
E/AndroidRuntime(19943): at android.os.Handler.handleCallback(Handler.java:815)
E/AndroidRuntime(19943): at android.os.Handler.dispatchMessage(Handler.java:104)
E/AndroidRuntime(19943): at android.os.Looper.loop(Looper.java:194)
E/AndroidRuntime(19943): at android.app.ActivityThread.main(ActivityThread.java:5691)
E/AndroidRuntime(19943): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(19943): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(19943): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:959)
E/AndroidRuntime(19943): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:754)

Thanks for help
 
Top