Questions tagged [publish-actions]

56 questions
0
votes
1 answer

Newbie - how to get FB publish_status permissions

UGH, So we have applied for FB developer - which was easily granted - and we created a FB application on the FB developer site. We'll be using PHP and did manage to get the login (using FB) to work, but what we want to allow people to post directly…
Len Sixt
  • 1
  • 2
0
votes
0 answers

Facebook publish_actions permission only working for admin account

I am having some issues with the facebook sdk for iOS for publishing a status to facebook. I have turned on the "Do you want to make this app and all its live features available to the general public?" toggle in the dashboard. I am able to log into…
user3344199
  • 107
  • 1
  • 6
0
votes
0 answers

Acquiring Facebook publish_action for iOS

I have been trying to get permission for publish_action. I have got a response from the reviewing team that The following items were not reviewed due to general issues with your app: publish_actions They haven't mentioned that issues they found so…
Azeem Akram
  • 120
  • 1
  • 2
  • 12
0
votes
1 answer

Upload video to fb not work from android app

I am trying to upload video to facebook from my android app with following code- String dataPath = videoPath; File mFile = new File(videoPath); if(nDialog==null){ nDialog = new ProgressDialog(mContext); } …
Ravi Bhandari
  • 4,682
  • 8
  • 40
  • 68
0
votes
0 answers

Check for Facebook permission approval in Unity3d before trying to login the user

I am working on an Unity3d app an I need the user to be able to post screenshots to his wall. I am currently using Facebook sdk v6.0. I am trying to get my "publish_actions" request approved. My problem lies in the iOS deployment. Facebook request…
0
votes
1 answer

Facebook access token for post message in timeline

I am trying to do something like this. Lets say a user used FB Connect for registration in our site, so I can get the "uid" of facebook and I can store in DB. Now what I want each time that user will visit a store details page or item details page I…
0
votes
1 answer

Getting Facebook publish_actions Permissions

If this is the wrong place to ask this - I super apologize in advance, I'm at a loss here. I'm trying to develop a simple Facebook PHP app and I'm having trouble getting publish_actions. Here's how the app will work: You enter your email…
0
votes
0 answers

Changing og:title of self hosted objects

I'm currently working on a unity project and trying to implement custom stories in the same. I created a self hosted object. I want my og:title to change from unity code e.g. I want to have multiple titles as I cleared level one, I clear level two…
-1
votes
1 answer

Unity Facebook Publish_actions Review don't Answer?

I need publish_actions permission to use Facebook Score API as you know, but when send my mobile app to Facebook Review, they said your facebook account blocked for 72 hours (everytime facebook account blocked min. 7 days and i cant login) , Then…
-1
votes
1 answer

How I apply review to get publish_actions permission for a Windows application written in Win API/C++?

I created and used application softwares(exe file written in C++ with Win SDK) of Windows OS(Win7) which has a function to upload(post) user photos to Facebook. They were working fine but now it is not possible to post photos to Facebook and I got…
-1
votes
1 answer

Friends Ranking doesn't showing up, but works with test users

I developed a simples game and I use Facebook SDK for unity to make the part of ranking, everything is working fine with the TestUsers but after i published it, the ranking is not working with normal users. Maybe some problem with FB.login ? …
1 2 3
4