Questions tagged [publish-actions]

56 questions
17
votes
5 answers

Unpublish app button doesn't work

I couldn't understand why the 'Unpublish app' button in Google's Developer Console isn't available (I can see it, but not press it). It looks as if the link is disabled. Unpublish app Anyone…
13
votes
1 answer

Facebook API 2.3's new publish_pages permission - do I need it?

I'm quite confused about Facebook's new publish_pages permission. My Facebook app allows our CMS users to post to their Facebook pages via our CMS, posing as the page. We have been granted (via the login review process) the manage_pages and…
Gav
  • 431
  • 5
  • 12
5
votes
1 answer

Alternative for Facebook API without using "publish_actions" to publish a photo

as per facebook's documentation they will be removing "publish_actions" permissions after August 1, 2018. As an alternative they have suggested to use Share Dialog https://developers.facebook.com/docs/sharing/reference/share-dialog , But share…
Ruby
  • 51
  • 1
  • 3
5
votes
1 answer

facebook shareDialog when app is\isn't installed - weird behavior?

I'm using the ShareDialog of Facebook in order to share a printScreen image on facebook within my app. When Facebook app is installed, it works alright. When Facebook app isn't installed, it doesn't work. I see the "loading" screen and then it's…
5
votes
0 answers

Trying to get the privacy settings for an app using Facebook Graph API

I am using the Javascript SDK to log in to facebook and request 'publish_actions' permissions for my application. I have everything working and can post photos to my application no problem. I use my own dialog to let them set a comment and set…
Good Times
  • 111
  • 1
  • 6
3
votes
2 answers

Facebook Login Review Failed

We've sent a simulator build of our app to Facebook to get approved our publish actions. But it is rejected as below; After I clicked on the Facebook Login button, the app crashed. I attached an error log. Can you check to see if you are…
cdagli
  • 1,578
  • 16
  • 23
2
votes
1 answer

I got the error "ErrorReauthorizeFailedReasonSessionClosed" with iOS Facebook SDK

I use facebook sdk on my iOS app to sign-in and sharing story. Sharing story on Facebook feature was working properly but today it's not working. I don't know why it's not working because no code changes related to that feature. The followings are…
2
votes
1 answer

How to Submit Permission(read_stream, publish_actions) for Review on Facebook

I want to get a user's wall post (photo or video) shared from Facebook pages. I am using graph.facebook.com/USER_ID/feed option to get this data via read_stream permission. Is there any other option available for the required task? I have to post…
2
votes
0 answers

Is there a way to fully test “publish_actions” to comment (other user posts) without submitting app for review?

I created an app on the FB developer page, and correctly configured it to allow “publish_actions”. Also tested to comment my own posts using the graph API and everything went OK. https://graph.facebook.com/v2.2/xxx/comment Sending the field message…
2
votes
1 answer

How to set permission "publish_actions" in LoginButton using facebook sdk?

I want to post a picture on facebook timeline. I am using LoginButton to set up the permission of publish_actions.But I got error message "com.facebook.FacebookException: Cannot pass a publish or manage permission (publish_actions) to a request…
hiein2003
  • 57
  • 1
  • 2
  • 7
2
votes
1 answer

Facebook "pre-filling" policy unclear with regards to empty message and the link parameter

I'm trying to get publish_actions permissions approved for an iPhone app and been denied twice. The first time was because, as the policy says not to, we were populating the message parameter automatically when posting to the user's wall using the…
2
votes
1 answer

Facebook publish_actions error in Titanium

Im trying to use publish_actions in Titanium for my app, but Im getting the "sdk facebook error 5". I saw that Facebook recently changed this permission and now you have to submit the app, screenshot and other things for approval. There is some…
2
votes
2 answers

Do I need Facebook publish_actions approved before publishing?

I try to implement facebook login and data posted to timeline(I'd like to allow user to share app screenshots on his Facebook News Feed). Everything works ok with developer account, but not for normal account: the access token only contains…
wanting252
  • 1,139
  • 2
  • 16
  • 22
2
votes
2 answers

iOS - Facebook App Test User - Publish Action

As according to new facebook policies, an App has to be reviewed and approved by Facebook in order to use Taggable Friends and publish_actions features. I have created Test Users with Facebook App to provide the facebook review team with but when I…
Asif Ali
  • 218
  • 1
  • 10
1
vote
0 answers

Will Facebook approve publish_actions permission if I want it only for Android app, and not for the iOS?

We have developed social share feature (where users can share the post from status box of our app to Facebook). The problem is I want, and have done this work, only in our Android app but while submitting the permission for approval, it asks that I…
1
2 3 4