Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I stuck in facebook app deveopement.
My app has permission to read email,public_profile and user_friends, but i want permission public_action to post message on wall.
I can post it from my account successfully.
but when any other user login into my application and try to post message than it requires permission.
I have requested for permission many times of publish_action, but all time facebook rejects my permission request.
it returns "The following items were not reviewed due to general issues with your app:"
but my application is fully configured and it is live to use for all users.
What is missing part?

I have already read how to request for permission.
Permissions with Facebook Login

I have follwed those steps .but it doesn't work to approve my request.
Is anyone has been done like this before?
Any solution will be highly appriciated.
Posted
Updated 30-Aug-14 1:42am
v3
Comments
[no name] 30-Aug-14 8:56am    
You should be asking over in the farcebook developers forum.
Nirav Prabtani 30-Aug-14 9:05am    
:(
[no name] 30-Aug-14 9:31am    
And so? Do you take your car to a mechanic and start asking them about your refrigerator? Do you go to a sushi restaurant and order Mexican? If you want to talk about farcebook development, go to where farcebook developers hang out. That's where you are going to find people that have any idea what you are talking about and can guide you. And they are more likely to know what "doesn't work" means.
Nirav Prabtani 30-Aug-14 9:40am    
You are talking like i have asked offtopic question here.
In this forum also there is a tag of facebook API
I have posted in other forums also and facebook support too.
You can not say that kind of question should not here.
If you don't want to give solution than fine i am just hopping for solution instead you are pointing to my question that it is offtopic.
[no name] 30-Aug-14 9:51am    
You need to learn how to read. I never said it was off topic or did not belong here. I merely told you were to go ask your vague question in a forum where you are more likely to get a response.

1 solution

Hi members,

Finally i got solution for my issue.
After complete submission for publish_action permission i got submission result two days ago.
Facebook developers approved my request for public_action permission.
For more complete documentation of submission process.

Submition guide

after approval of a public_action ,when user login in my aplication than they can not post on wall and it gives same error
"error":{"message":"(#200) The user hasn't authorized the application to perform this action","type":"OAuthException","code":200}}"

So later on i have read about permission asking, When user logged in than i should ask for permission to post on wall.
for that i have to change in perm to scope in my login button code.
HTML
<fb:login-button class="fb-login-button" autologoutlink="true"  önlogin="OnRequestPermission();" scope="email,publish_stream,public_profile,user_checkins,publish_actions,status_update,user_friends,read_stream, user_photo_video_tags, user_photos, friends_photos " xmlns:fb="#unknown">
</fb:login-button>

So now it is asking for permission after login and every one cam post on wall now.
 
Share this answer
 
v2
Comments
Aniket Babar 4-Mar-15 7:20am    
hey if you have sample code for above please send me on this email
aniket096@gmail.com
Thanks
Parixit Dipak 16-Apr-16 7:05am    
I'm facing the same problem. Please give me the sample code if you have. I've already created an HTML page from where i'm trying to post on facebook page using javascript API. Its working fine for current admin user of the page but giving #200 Unauthorized access kind of error when login with different user. I tried to go with some stuff like Page Tab platform in app but it is demanding Secure page tab url. What is that ? Please help me out with working sample code anyone.
Email me on parixitdipak@gmail.com
Nirav Prabtani 20-Apr-16 1:50am    
You need to ask for permission from facebook developer first, once it will be granted you will able to do from another login also.

for more info:

https://developers.facebook.com/docs/facebook-login/permissions

and actually i have already posted exact solution above.
Member 11982049 8-Jul-16 2:23am    
Hi Nirav

I am also facing same issue like(No permission To publish Video to other account), can you post sample code here with steps so that it will help to other.

Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900