Dailymotion: This `redirect_uri' ([URL]) isn't allowed by `client_id' configuration -


i working dailymotion sdk php:

https://github.com/dailymotion/dailymotion-sdk-php

specifically, following instructions here test:

https://github.com/dailymotion/dailymotion-sdk-php#authorization-grant-type

when try run code, api key , secret generated, getting following error:

this redirect_uri' ([url]) isn't allowed byclient_id' configuration.

where [url] specific application url invoking code.

looking @ configuration application in dailymotion, see "application website" same [url], there no discrepancy.

i not seeing settings or configurations issue suggest url not allowed.

any thoughts, ideas or suggestions why wouldn't work such?

you set callback url when create api key @ http://www.dailymotion.com/settings/developer security reason, redirect_uri starting callback url provided accepted, otherwise api returns error message mention.

if redirect_uri has contain dynamic part, can use slug way when specify application callback url: http://www.example.org/callback/[]. part becomes dynamic part.

without more details on urls used, it's hard tell more, setting proper "callback url" in api key you're using should make it.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -