Questions tagged [callbackurl]

A callback URL is a URL passed to a server as part of a request. The server then uses that URL to respond asynchronously to the original caller.

79 questions
1
vote
1 answer

Connect facebook Webhook with asp.net application

I am trying to connect facebook webhook to asp.net application but I am getting 'The URL couldn't be validated. Response does not match challenge' error. However I can see the response is correct from my .net application but in facebook it shows…
Pravin
  • 29
  • 1
  • 3
1
vote
1 answer

FullContact Webhook Callback Fails

I'm using the FullContact Card Reader API. From what I can tell when making a request to process a business card I need to send the FullContact API a image of a business card along with a webhook. sending script:
Austin
  • 1,619
  • 7
  • 25
  • 51
1
vote
1 answer

Azure AD B2C add parameter in reply url

Is there a way to add a specific value to a reply url (not included in the token) in order to manage a specific workflow. Example, invitation process in which : we call in a sign-in or sign-up policy and we put in the url a parameter a custom key…
Cedric G.
  • 181
  • 4
  • 17
1
vote
1 answer

Best way to parse args in callback URL

I am working at developing a Java application that needs to verify through a callback URL (the user logs in, and then is redirected to a callback URL with the verification token included as a query argument). I have found some suggestions about…
Michael S.
  • 157
  • 11
1
vote
1 answer

Messenger requires secure callback url

When creating a Messenger chat bot you must force people to subscribe to your page before they can use it. To do this you need a Secure Callback URL, a standard http:// address won't do, it must be https:// I don't have a Secure Callback URL to my…
1
vote
1 answer

what to write in callback url file in dibs payment?

I have used a redirect method of payment using PHP. Can any one help with the callback file content? I don't know what to define in callback.php file. I can't find any help from any source. I have already refereed below link about callback in…
1
vote
0 answers

What is Authorization callback URL? Android

I need to use Imgur to upload images online using android eclipse. i created an account and was trying to register my application to get the client id and client secret. i reached here https://api.imgur.com/oauth2/addclient I entered my Application…
Taeyeon.
  • 49
  • 1
  • 3
  • 10
1
vote
1 answer

How/Why callback url is used with respect to API?

I am using HelloSign api for c# and on hellosign API page they are asking me to add callback url and they will test it. I am not sure what is call back url and where and how to use it. Can any one please explain me what is call back and why its…
nikunjM
  • 560
  • 1
  • 7
  • 21
1
vote
1 answer

Issue regarding the callback url on vimeo

what would be a callback url of any iphone app on vimeo. Vimeo is not redirect me to the app after authorizing the app.
Ritesh verma
  • 101
  • 1
  • 8
1
vote
1 answer

Appcelerator - Post a Tweet from iPhone App - Stuck on Callback URL

I am needing to send a tweet for from my iphone/ipad app using Appcelerator Titanium & javascript. I found the following example on github (code also posted below for this): https://gist.github.com/2eabc31db388144b3abc I have created my app details…
Lauren Reynolds
  • 121
  • 1
  • 1
  • 6
1
vote
2 answers

Issues in integrating ios app with twitter api

Im using xcode 4.2 for developing apps for ios 4.2 and later, so I didn't use ios5 twitter framework. I referred a tutorial and downloaded the source code from the site. kOAuthConsumerKey and secretkeys were placed in the code, and the project runs…
Nazik
  • 8,696
  • 27
  • 77
  • 123
0
votes
0 answers

How to integrate webhook with api (node js) and make calll back url

I made a chatbot using google dialogflow and APIin nodejs using axios .I cant find webhook url for my agent in settings to integrate it with my API.I am not able to figure out how to do that. I wanted to integrate it with the webhook and also make a…
0
votes
0 answers

Razorpay CallBack_URL on Failure C# MVC

Razorpay Payment Gateway integration in asp.net MVC. I am not getting error code in my callback Url on payment failure. On sucess I am getting razorpay_payment_id ,razorpay_order_id and razorpay_signature . But on failure the not receive the error…
Binoy Kumar
  • 422
  • 3
  • 17
0
votes
0 answers

lazada open platform webhook callback url

I just started working on lazop. I can't figure out what I'm suppose to do to the callback url to receive and respond to notifications. I tried using this script but it didn't work window.addEventListener('message', function(event) { if…
jilaow
  • 1
  • 1
0
votes
1 answer

How to get a Cloud Functions Callback URL to use during an API callback after it completes a money transaction, Flutter App

I need a callback URL so that when a mobile money API completes a payment transaction, my app can receive a message about the transaction status. I'm building a flutter app. I have seen that cloud functions may be the answer. So, I need help on how…