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
2
votes
6 answers

How to specify multiple Callback URLs for Autodesk Forge App?

"You can register more than one callback URL." is said in Callback URL tooltip. But there is no example on how to enter multiple URLs. What is the correct separator? I've tried ";", "\n".
Alex L.
  • 53
  • 4
2
votes
1 answer

Is it possible to set the Micronaut OAuth2 callback-uri as an absolute URL?

I have a Micronaut web-app that uses OpenId / OAuth2 / JWT. In some environments, everything works really well with this set up, however, in other environments, auth fails during the step where the configured callback-uri is called. For some reason,…
brent777
  • 3,369
  • 1
  • 26
  • 35
2
votes
0 answers

How to keep login into my domain url in webview using session id and user id details

I am getting response from my server with native google+ sign-in oauth2 token , and i am setting cookie: String cookieSessionString = "JSESSIONID" + "=" + i.getStringExtra("C_session_id"); String cookieEmailString = "useremail" + "=" +…
sudhir
  • 21
  • 1
  • 3
2
votes
1 answer

How to debug /set up local environment to test twilio callbackurl

I set up a test account for twilio and my method in C# is sending sms correctly. But the status in response object (SMSMessage) is queued. I understand that if I pass a call back url, then twilio will update the status when it does get updated. My…
tess
  • 21
  • 2
2
votes
0 answers

Pinterest v3 api OAuth documentation

I want to access this following endpoint of Pinterest : https://api.pinterest.com/v3/search/pins/?join=via_pinner,board,pinner&page_size=50&query=Red&access_token=APIKEY I have gone through https://developers.pinterest.com/tools/signature/ to create…
2
votes
1 answer

couldn't receive google glass notification after subscription?

I have created a timeline card with menu item and subscribed the same.When i try it(clicked the menu item) from mirror api playground ,it shows notification send but my service couldn't receive any notification.Its not showing any sign of hitting my…
rafa
  • 1,319
  • 8
  • 20
2
votes
2 answers

Google Glass callbackUrl POST from Mirror API is empty?

Apologies because the only web development I know is of the django/python kind and am probably guilty of mixing my code idioms ( REST vs django URL dispatch workflow) I have a URL handler which serves as a callbackUrl to a subscription for my…
harijay
  • 11,303
  • 12
  • 38
  • 52
1
vote
0 answers

How to setup the AWS Cognito App Client Callback URL if it's for multiple domain authentication?

I have few services deployed on a EKS cluster, and they are all accessible through a single load balancer created by AWS Load Balancer Controller with different hostnames. Like, svc1.example.com svc2.example.com svc3.example.com Now, I wanna add a…
1
vote
0 answers

Creating a Callback URL

Apologies for my ignorance. I am a data analyst in a small organisation (no data engineer/architect/web developer) and I am trying to set up a connection to an API with a company whose software/app we have purchased. They have stated that for them…
saffy
  • 21
  • 4
1
vote
1 answer

How to fetch response from a callback URL using php?

I want to build a WhatsApp bot, for that, we are using Gupshup WhatsApp bot API, for integration they asked to give a callback URL, so created index.php in cPanel of one domain(https://sample_url/WhatsappBot/index.php), and gave the URL…
Anisha Krishnan
  • 21
  • 1
  • 10
1
vote
1 answer

What are Callback URLs and how do I set them up

I am working with an API from SignalHire. The API docs reference a callback URL but I don't have a very technical background and am not sure how to set this up. I've done some digging but I am still very confused and not sure how to proceed. Here is…
codr
  • 51
  • 8
1
vote
1 answer

How to setup and use webhook for new Instagram graph API

My question is about how to setup and use Webhook for new Instagram graph API, I am integrating the new Instagram graph API with my application and I setup the SSL for my staging server and have created the callback function successfully, but when I…
1
vote
1 answer

3r Party AuthProvider - callback url redirect

My project includes the firebase sign-in methods: Twitter, Facebook, Google and Github. I am using firebase.auth().signInWithPopup() to handle authentication and callback. It works fine when run in the browser: in mobile, this is different. I…
user4422315
1
vote
1 answer

HashRouter causes Spotify Implicit Grant Flow to fail because callback URL is invalid

I have a HashRouter, which makes the URL add #, resulting in # to be added after the URL callback response_type query parameter. If you change # to %23, it will lead to Invalid redirect URI. How can I combine the use of HashRouter, and the Spotify…
1
vote
1 answer

WOS2 Identity Server v5.4.0 unable to add regexp Callback Url in the Service Provider configuration

Having WSO2 Identity Server v5.4.0 and following the documentation from this link Configuring OAuth2-OpenID Connect Single-Sign-On, I am unable to set Callback Url using regexp= for multiple URLs, even setting the example from the documentation:…
Lotzy
  • 489
  • 1
  • 6
  • 14