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.

63 questions
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
  • 520
  • 1
  • 4
  • 19
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
  • 101
  • 1
  • 1
  • 5
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,393
  • 26
  • 72
  • 115
0
votes
1 answer

Next-auth Receiving 404 after login attempt in deployed Vercel application

Developing a next.js application that uses next-auth for authentication. It is currently setup with GitHub as the only Provider. In development, the authentication works just fine. In production, after I click "Sign in with GitHub", I am directed to…
0
votes
0 answers

Is there a way to use custom callback url in Postman?

The API my team is deploying is using ouath2.0 and identityserver 4. The configuration to obtain the token in postman, using the authorization_code with PKCE, need a callback URL, which is provided by postman. Callback URL:…
0
votes
0 answers

How the react client get the data from nodejs callback uri, when there is long polling

Here is the scenario react client call serverA API through axios for some data, serverA then call api (with a callback uri as request body) in serverB in order to get those data (only serverB have access to those data). ServerB would send a messsage…
dkfg2012
  • 11
  • 1
0
votes
0 answers

How to create a Callback URL in Heroku?

I am trying to create an Authorization Callback URL (OAuth) in Heroku for a Webhook. Everything works fine for the old app, but I am trying to do this for a new app now. I need to have a Callback URL like this:…
Daniel MF
  • 1
  • 1
0
votes
1 answer

Proper structure - Twilio Callback

I have been having some success sending sms messages with Twilio via curl. Now I am wanting to implement the callback url to track the status of the message.. I cannot seem to get the call back to work I have tried encoding it in JSON and also…
0
votes
1 answer

How to send drafts content to makeslides using callback URL

I am using drafts 5 and would like to convert the markdown into a powerpoint using a callback URL action. It appears like it should be quite straightforwards but Im not getting any success using the…
PaulBarr
  • 799
  • 4
  • 14
  • 31
0
votes
1 answer

CallBackURL not recognized on MacOS

I am trying to enable Twitter in my MacOS via the SwifterMac feature from Matt Donnelly (https://github.com/mattdonnelly/Swifter). I have implemented the following in my AppDelegate code: let swifter = Swifter(consumerKey: "MYVALIDKEY",…
Michael Rowe
  • 749
  • 1
  • 8
  • 25
0
votes
1 answer

What do you do with a callback url when implementing Slydepay payment gateway API

I am trying to implement a payment on my website and I have done so successfully using the http://doc.slydepay.com/ But I need to implement a callback url and expect JSON upon successful transaction. My callback url is supposed to look like this: …
Cold Pen
  • 21
  • 4
0
votes
1 answer

How to get the Enterprise token from the Callback URL without redirect it to new tab in the browser?

I have a doubt in extracting the Enterprise token. I know I can copy the Enterprise token from the URL. Instead of copying it,Is there anyway to extract the token without opening from the callbackURL? You have mentioned to point to the server in the…
0
votes
0 answers

How to solve Auth0 Callback URL error in React Native

I'm using Auth0 with React Native. I'm following the instructions here. I'm running the following code: auth0.webAuth.authorize({ scope: 'openid email', audience: '{MY_DOMAIN}' }) where {YOUR_AUTH0_DOMAIN} is replaced with my actual Auth0…
gkeenley
  • 2,920
  • 1
  • 18
  • 45
0
votes
0 answers

hello js with twitter giving error of callback_url

I got this error:-Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings. i also register my appid and secret key to https://auth-server.herokuapp.com/#manage-apps ad my…
Ashwin
  • 11
  • 5