Questions tagged [publish-actions]

56 questions
1
vote
0 answers

Android facebook getPermission is not working well

Here's how I request facebook publish_actions permission. if ( !AccessToken.getCurrentAccessToken().getPermissions().contains("publish_actions")) { callbackManager = CallbackManager.Factory.create(); …
Shumin
  • 991
  • 2
  • 13
  • 22
1
vote
1 answer

Facebook game in Unity: Leaderboards work for Test Users, but not for real accounts

I've made a game for Facebook which has a leaderboard so people can compare their best scores. It works perfectly in the Unity editor with Test User logins. When I view the leaderboard all of the test users appear with the correct scores, but when I…
1
vote
2 answers

Facebook review, vague to no explanation of failure

For the last three days, 3 different submissions, I have not been able to pass Facebooks review process. The only feedback I am given is: I clicked around to see if I could find more details, but there aren't any; as far as I can tell, that's it. At…
Warblr
  • 1,188
  • 1
  • 13
  • 27
1
vote
1 answer

Facebook publish_actions error

For Items in Review I am trying to submit a review for an iOS app and keep getting an error for "publish_actions" item as: "It looks like you haven't made any API requests to publish content with the publish_actions permission in the last 30 days.…
1
vote
1 answer

In regards to Facebook publish_actions permissions

During the review process they stated "Make sure the user message area is not pre-filled in any way by the app otherwise the submission will be rejected. This includes hashtags, URLs, and any other text not written by the user." This was our mistake…
Mike Result
  • 131
  • 7
1
vote
0 answers

Error submitting request for facebook publish_action permission

I have created a Facebook App from Facebook Developers account and using that app to do offline wall posting. I learnt that it requires publish_action permission for which a report needs to be submitted to Facebook. I have filled all the data but it…
Khushboo
  • 43
  • 6
1
vote
0 answers

Upload Video To Facebook from my android app fail with error extended permission requiren status 403

In MY android app i want to share video from android app to facebook wall. Below is my code for doing so- Request.Callback callback5 = new Request.Callback() { public void onCompleted(Response response) { …
Ravi Bhandari
  • 4,682
  • 8
  • 40
  • 68
1
vote
1 answer

iOS Facebook request more permissions forces me to login again

I'm trying to create a share via Facebook feature in my app. Following the tutorials on facebook developers' site, I setup my project and the login works fine. I cannot however make the request more permissions work. I need to ask the user for…
giorgos.nl
  • 2,704
  • 27
  • 36
0
votes
1 answer

Facebook “publish_actions” permission

A follow-up to someone else's question: I can't publish anything on user timeline when facebook has remove "publish_actions" permission? If it can,how to upload video on user timeline?Or how to review "publish_actions" permission with Graph API…
0
votes
1 answer

What permission to use when sharing on Facebook using Unity

I share screenshots on Facebook from my android app (developed on Unity) and it used to work perfect, but I guess Facebook changed their policy and I have no Idea what permissions I need to use in order to continue sharing a texture on…
SHAI
  • 789
  • 3
  • 10
  • 43
0
votes
0 answers

Facebook Live API: delete a live video

I've created a live video thru the Faceboook API (v3.1, all latest changes are implemented) and it works ok for me. When I'm trying to deletethe video using the call: DELETE https://graph.facebook.com/v3.1/{live_video_id}?access_token=token…
0
votes
0 answers

Check in via Sharing Dialog PHP SDK

The publish_actions permission is deprecated. This permission was very good for implementing Check-in via the place parameter. In the place parameter it was possible to put the Page ID and the Check in to be registered in the Page and also in the…
0
votes
0 answers

How to display a popup window for sharing with FB.API Facebook

I have a code which I use to share a screenshot on Facebook once the user clicks on my "share" UI button, (once he logged in to Facebook). It works well and it shares the image directly on Facebook, but I want to have before the standard Facebook…
SHAI
  • 789
  • 3
  • 10
  • 43
0
votes
0 answers

How do we request publish_actions in Facebook for a private app

My Android app connects to a Wifi camera, grabs a picture and asks the user his Facebook login to post the picture on his wall. Publishing works very well with my developper account ; however, to make it usable by any user, I need to get the…
0
votes
0 answers

FB does not allow using FB share dialog with Posting through Graph api

Whe I am trying to get permission for publish_actions for my facebook app, it asks few points. One of those points is - My app does not use the Facebook Feed Dialog or the Facebook Share Dialog to publish content This means that If I want to get…
user307635
  • 765
  • 1
  • 6
  • 11