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
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,262
  • 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
  • 8,463
  • 11
  • 34
  • 47
2
votes
1 answer

How to set callback URL for Google OAuth?

I am using Google OAuth to authenticate the user in my GAE application. After the user clicks on "Grant Access", I want to return to my application. I tried setting the callback URL, but instead of being called independently, it gets appended to the…
user1625971
  • 419
  • 2
  • 5
  • 14
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
  • 439
  • 1
  • 4
  • 12
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
  • 2
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,470
  • 4
  • 21
  • 45
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…
user1523812
  • 171
  • 3
  • 13
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
  • 9
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.
  • 39
  • 2
  • 9