How to send Facebook permission "pages_manage_leads" for review? - facebook

My Facebook application requires "pages_manage_leads" permission. I use Graph API v2.5. The problem is that in Facebok Docs next to "pages_manage_leads" section we have:
Review
If your app requests this permission Facebook will have to review how your app uses it.
But when I go to the application on Facebook developers website:
Status & Review -> Items in Review -> Add Items to this Submission
I don't see an option to review "pages_manage_leads".
Could you advice me what is the solution in this situation? How can I review the permission?

Go to app details.
Find App Center Listed Platforms and press on button "Configure app center permissions".
Enter permission "pages_manage_leads"
That's all

Related

How to public facebook messenger chatbot intergration dialogflow in order to everyone can receive response

How to make FB messenger chat bot intergration dialogflow public that every one can chat and receive response, because Messenger only response to User Who has role Admin or Tester.
You have to submit your Facebook App for review, for this you need to :
1)To Activate the Facebook App. To do that,In your FB developer Console browse to Basic Settings of the page (from left sidebar) and provide Privacy Policy URL.
Another mandatory setting is selecting category. Clicking on “Choose a Category” will open up a popup where we can select appropriate category of our app.
Minimum required settings of App is in place. Click on Save Changes to save the settings and then click on Status toggle of app to activate it.
2) Now go to Bottom of your Dashboard you will see OPtions "Submit for Review" . CLick on that and fill necessary details and submit your app for review. Once reviewd by FB team your app will be live.
As alternative you can use Rocketbots.io with its Dialogflow Integration :
https://docs.rocketbots.io/dialogflow-integration/dialogflow-v2-api-account-key

I am authorized developer of another app but I can`t find this app

I was added as authorized developer of my employer's facebook account. At least he said so. But I can't find any notes about it in my FB dashboard or apps. What am I supposed to do to manage his FB application? Where can I see it?
you should be able to see the app listed here: https://developers.facebook.com/apps/
Then to manage it, you can click on the icon which brings you to the application's dashboard/settings page (or analytics if he gave you only analytics role).
If you don't see the app in the list of apps, check your requests to see if you have the app waiting to be accepted. To do that, you can click on your profile picture and click on 'requests' or go here: https://developers.facebook.com/requests/
If the app is not there waiting to be accepted, then you will have to ask an admin to (re)invite you from the roles page.
I hope that helps!

The following permissions have not been approved for use... Facebook error

In my facebook canvas game i suddenly got this error.
"The following permissions have not been approved for use and are not being shown to people using your app: publish_actions.
Submit them for review or learn more."
i was not getting this before.
error screenshot is here.
https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-xap1/t1.0-9/q71/s480x480/10525921_10204168417080416_9152860150486563690_n.jpg
Facebook have changed the way that things work. To use publish_actions so that you can post to a user's wall you now have to submit your app to Facebook's review team so that they can see why/how you are using this permission.
Go to the status & Review section and follow the instructions on there to allow them to review your app/Game.
In your FB App page you should be able to go to "Status & Review" and turn this ON
"Do you want to make this app and all its live features available to the general public?"
Then it should be live.

Facebook Login permission issue

As you can see from the screenshot(1) below, I am getting an additional option asking - 'Edit the info you provide'. I'm getting only getting public profile and email Id permissions from the user. What should I do to avoid getting this option?
I have not see such an option (screenshot 2) in other websites. Why is it so?
Until April 2015 you can still use the v1.0 version of the Facebook API after that you got permission from facebook app.
You can check this link for this which published from the facebook Click Here.
Also you need to approve this app from facebook
1) Go in your App. (i.e. https://developers.facebook.com/apps/*************/dashboard/)
2) After Click On Status & Review
3) Click on Second Tab ( Items In review ) and Select Start a new Submission
Over Here you can select a permission and send to facebook for application approval.
after the approval you can get all detail from the user.
Click Here For More Detail For Facebook Docs : Click Here
Until April 2015 you can still use the v1.0 version of the Facebook API which will give you the second view.
For example on Android you can modify the variable GRAPH_API_VERSION in ServerProtocol.java in the Facebook SDK to achieve this. I would however strongly recommend that you don't do that :)

How can I use cocoafish/cocoafish-ios-sdk/samples/DemoApp on github.com, facebook check-in sample?

Nowadays, I develop facebook checkin of iPhone app.
So, I searched sample on github.com and found cocoafish/cocoafish-ios-sdk/samples/DemoApp.
I built this and executed this app and I clicked "Login with Facebook" on user tab.
After typing email and password and clicking "Login", this app doesn't login with Facebook.
It prompts "Failed to login with Facebook, Authentication needed".
My email and password are correct.
Also my cocoafishAppKey, oauthConsumerKey, oauthConsumerSecret and facebookAppId are correct.
My cocoafishAppKey, oauthConsumerKey and facebookApp are same and these are the AppId/AppKey that i made when i add app into facebook.
And oauthConsumerSecret is Secret Key.
then, how can i execute this app?
I am going to reference this app.
I will wait answer.
This is Wei from Cocoafish. We provide a server backend so that developers can build checkins and other networked features into their mobile apps. Currently, our Facebook support allows users in your app to also login with their Facebook account.
If you have already signed up for the Cocoafish Private Beta, please refer to http://cocoafish.com/docs/ios#facebook for instructions on how to connect your app to allow Facebook logins. If you don't yet have access to Cocoafish, please sign up at http://cocoafish.com/beta/signup and note that you are coming from StackOverflow so that we can give you a beta access code. If you have any more detailed questions, please email wei#cocoafish.com.
Thanks!
Wei