Questions tagged [publish-actions]

56 questions
0
votes
1 answer

Getting Facebook "publish_actions" permission

I have been working on a mobile application. It has some locked features. To open them, user should share the web page of my application on Facebook. I'm using share dialog to make it. I'm publishing the Facebook post's details on my web page with…
F.Dindar
  • 54
  • 2
  • 7
0
votes
0 answers

Unable to post status update from ios app

I am trying to post a status on my account. I have been trying since couple of hours but can't get it working. - (void) shareStatusUpdateButtonClicked { if ([[FBSDKAccessToken currentAccessToken] hasGranted:@"publish_actions"])…
Tejas K
  • 682
  • 11
  • 28
0
votes
0 answers

Taking Facebook permission before uploading app to the store?

I am developing an application that requires publishing to Facebook. However, in order to take the permission (publish_action) from Facebook, it is required to provide the store link for iOS and Google play link or an.apk for android version. My…
Iphone User
  • 1,930
  • 2
  • 17
  • 26
0
votes
0 answers

Uploading Album on Facebook using Facebook App via Website (V 5.0.0)

Hello Friends, I made a facebook app that will upload photos in new album. I configured facebook app and wrote code. It works fine for the Test User. Now as i can see, the publish_actions is approved as there is not sign of error on…
Sumit
  • 31
  • 7
0
votes
0 answers

How to make publishable tables and plots using R?

Suppose I want a table that looks something like this: https://tex.stackexchange.com/questions/265764/a-booktabs-question-how-to-get-rid-of-the-blank-column And I have all the numbers from R results. What I can do now is use booktabs in latex to…
Chubing
  • 187
  • 1
  • 3
  • 10
0
votes
0 answers

Facebook Publish Permissions

I'm trying to get the publish_actions permission from Facebook for my Android App. The problem is that when I try to publish the story on my Facebook account it publishes without any problem but when I try to publish the same on a test user account…
0
votes
1 answer

review of permission to publish_actions is rejected

I get the following rejection when I try to get publish_actions rights for my appication: People must enter all content in the user message field. Your app can't auto-populate the message field with any content, including links and hashtags, even if…
Toby
  • 108
  • 1
  • 9
0
votes
2 answers

Facebook app submission failed

I am developing an iOS app in which I uses Facebook.I have submitted my app for Facebook review for publish_actions permission. But it got rejected due to the following reason. We could not reproduce the requested permission. Please submit a…
Hiren
  • 676
  • 7
  • 21
0
votes
0 answers

Facebook SDK 4.0 using app access token to publish_actions - permission missing when querying user_id/permissions

I am currently updating an older Facebook app to version 4.0 of the Facebook PHP SDK. The app simply posts messages to the user's wall, thus requesting the publish_actions permission from the user. Since the app has not yet been submitted for app…
0
votes
1 answer

Facebook test user vicious circle: Publish_actions

I'm trying to post an Open Graph Story, being logged to my app with Facebook test account. Story contnents: Name shared a link. Facebook's instructions to get a permission is a vicious circle! To post I need a permission, For permission I got to…
Partners
  • 1
  • 1
0
votes
0 answers

facebook app publish_actions can not resubmitted

I have an app and have got publish_actions this permission few months ago now I need a new permission "user_photos" so I build a simple web game that can upload photo to user album and get user album photo url showing on the page so this game…
tt kk
  • 3
  • 3
0
votes
1 answer

items about "would like to post to Facebook for you"

I write a program that says "Program would like to post to Facebook for you" what item should i submit for review? is that "publish_actions"? but Facebook just say "It looks like you haven't made any API requests to publish content with the…
Kevin
  • 19
  • 3
0
votes
1 answer

Facebook app submission for approval with extended permission in php

I an using facebook app in my website with extended permissions like read_stream, publish_actions. But when I look to submit for approval there i see a section "Add items for submission". But I could not found "publish_actions" permission and some…
0
votes
1 answer

How to post photo to Facebook on behalf of user

As an incident of a user taking some action in my app, I want to post an image to Facebook on their behalf. Let's assume the user has already granted me publish_actions permission in class LoginVC (one time permission is used for ad infinitum…
Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199
0
votes
1 answer

Facebook app submission

I have submitted one of my iOS apps in Facebook for "publish_actions" permission, Facebook has approved. So, users could able to post the message, photo or video by using my iOS app. Now, I have developed the same app in Android platform and…
Srinivas G
  • 339
  • 3
  • 16