I try to configure application for facebook, but have troubles with facebook payment function. JS SDK give me anwer.
"Sorry, but we're having trouble processing your payment. You have not been charged for this transaction. Please try again."
I uploaded screenshots, with all information.
ERROR
http://screencast.com/t/PoSAVUi4
MY CODE
http://screencast.com/t/evS1DzvIcBlC
FACEBOOK APP SETTINGS
http://screencast.com/t/bh2oAjolV0zU
CREDITS SETINGS
http://screencast.com/t/i2vocbXftLA
Your callback immediately redirects to http://www.local.com - check that out first - if your callback can't be properly reached by Facebook it's not going to work
Related
I need my application to be authorized for instagram_graph_user_profile and I followed each step for Facebook app review really carefully, but my application keeps getting rejected because they can't login with the Instagram test account I provided.
Since reviewers are logging in from California, Instagram itself blocks their sign in attempt because it's seen as "suspicious", so they send a verification code to the Instagram account email.
I even provided them with the password for that email so they have all the tools to login, but they keep refusing the submission.
I contacted Facebook assistance several times but they keep saying that they can't help and they redirect me to documentation.
Anyone else had the same problem? My application is already on App store and Play store and I didn't have to face such things.
Solved
After resubmitting a couple times they accepted it, I guess it's just matter of who reviews the application.
I created chatbot for Facebook. I tested in on one fanpage, got business and api permissions verfications from Facebook and I wanted to add the bot to more fanpages. I did it as before, I setted all Webhooks like messages, message_echoes but Facebook doesn't call my app. I'm checking it in debuging tool that shows network traffic to my server.
I tried to remove and add callback, fanpages, but nothing gets change.
The first fanpage still works all fine, but others don't call my bot on any message. Why?
assume you link your app to first fanpage with oauth dialog like this before.
oauth dialog : (See: https://developers.facebook.com/docs/marketing-api/overview/authorization)
https://www.facebook.com/v12.0/dialog/oauth
?client_id=<YOUR_APP_ID>
&redirect_uri=<YOUR_URL>
&scope=pages_messaging
when linking another fanpage with oauth dialog,
should click that edit settings button:
choose another fanpage:
now you receive webhooks from other fanpages.
So, problem was in my code. I was checking if request was sent using Symfony profiler. The problem was, it didn't save request if the process was stopped. And it was. I had "die" in some trycatch...
See above screenshot there was issues with facebook payment.
I'm currently having the same issue with sandbox payment on multiple environment, live payments are working.
I've tested the server webhook via the web payment dashboard and it works.
The current calls are on API 2.4 and also tested with 2.7 still get the same error.
The error started appearing on different account not all at the same time.
I'm continuing my search but hope these information can help to find and solve the issue.
I have made website where people can logon to with Facebook.
Ik keep getting this message every time I submit my request.
Your app's Facebook Login button does not work. Please make sure the
provided test user can successfully and consistently log in with the
Facebook Login button. See more about authentication.
Even though my created test user can login with IE, FF and Chrome.
Can anybody help me?
I am getting the same thing. I think you need to put the facebook javascript code in your website for them to see. I think that it is a bot reviewing your app, not a person, and it does not see it.
For testing my adaptive api payments with new sandbox (Developer.Paypal.com) i have imported my sandbox accounts into the live paypal account. But on testing the payment i am not getting redirect to the PayPal Store page. Instead it asks me to login into http://developer.paypal.com on which i am already login. Even when i does login it do not show me the store page for the payment but instead just show me the homepage for the developer site.
https://www.sandbox.paypal.com/webscr?cmd=_ap-preapproval&preapprovalkey=PA-30G61643G7253031W
Above is the URL which i got as result of testing for payment from my site along with the approval key. But i am just moving in the circles of this new paypal transition. As i have also tried deleting my cookies on the Mozila. I am using iMac.
Same happens when i try to go to sandbox site from inside the live account, it sends me to the sandbox site where i get message to login into the developer.paypal site
Please advise how to get rid of these PayPal bugs for testing the Workflow which earlier was working smoothly untill PayPal decided to roll out new changes (Required Live account for testing).
Looking for guidance on this issue.