-
Notifications
You must be signed in to change notification settings - Fork 349
ERROR: Publish permissions: '[publish_actions]' weren't accepted by user #187
Comments
I'm getting this error too,have you solved it? |
You have any solution for this error? |
I am having this issue too |
I also have it |
@achinverma @applezyy @samirmangroliya @j1c1m1b1 @AndersBillLinden From the error you have it looks like you didn't accept the dialog with publish permission and thus you couldn't publish photo. Just to make sure you checked the sample app and this how to set it up: https://github.com/sromku/android-simple-facebook/wiki/Sample-App Please let me know, if it started working or there is still a problem. |
I seem to not get any errors like that any longer. |
Application Admin can publish photo, feed with no dialog, But normal user can't. Please check this with sample app. Thanks. |
@achinverma @applezyy @samirmangroliya @j1c1m1b1 @AndersBillLinden @judgement3214 |
Do i need make submission for publish_actions when i share with facebook sdk? I tested my app on development mode with test user without this permission and it was ok. But when i switched my app to public mode dialog for publish_actions does not appear. |
I still have this problem.. Other than admin, normal user can't publish feed. I already specified the publish_action permission in the configuration but it still not working. Anyone solve this? |
Hi all, 03-12 11:00:31.652 I/MXW﹕ 00 01 15 268 [RYAN] performFBPublish > onFail : Publish permissions: '[publish_actions]' weren't accepted by user I already accepted publish permission! private void initSimpleFacebook() {
} I can login but publish failed |
Hi.. I have the similar problem too. I also approved publish action permission from facebook but still getting same error ERROR: Publish permissions: '[publish_actions, publish_stream]' weren't accepted by user |
Can anyone help me for that : I am configuring app like |
HI, i am using this demo, but when i click to publish photo i 'm getting errors, anyone guides me?
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): ERROR: Publish permissions: '[publish_actions]' weren't accepted by user
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): java.lang.Throwable
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): at com.sromku.simple.fb.utils.Logger.getStackTrace(Logger.java:69)
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): at com.sromku.simple.fb.utils.Logger.logError(Logger.java:55)
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): at com.sromku.simple.fb.actions.PublishAction$1.onNotAcceptingPermissions(PublishAction.java:75)
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): at com.sromku.simple.fb.SessionManager$SessionStatusCallback.call(SessionManager.java:515)
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): at com.facebook.Session$4$1.run(Session.java:1542)
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): at android.os.Handler.handleCallback(Handler.java:733)
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): at android.os.Handler.dispatchMessage(Handler.java:95)
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): at android.os.Looper.loop(Looper.java:136)
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): at android.app.ActivityThread.main(ActivityThread.java:5001)
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): at java.lang.reflect.Method.invokeNative(Native Method)
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): at java.lang.reflect.Method.invoke(Method.java:515)
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
06-24 16:46:46.648: E/com.sromku.simple.fb.actions.PublishAction(12242): at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered: