Geovane Krüger

Results 8 comments of Geovane Krüger

Yes, This is exactly the example script. I set the session values with the token that was generated 2 days ago, and this error appears. The token_refresh option does not...

> Hi there! > > i'm also having issues with your example. I modifiied it the way: > > ``` > require_once 'StravaApi.php'; > > // Replace with the actual...

> Ok, perfeito quando eu apenas chamo `/oauth-flow.php`o exemplo parece funcionar. Obrigado! > Mas agora eu tenho novos problemas. Até agora, usei a API em alguns scripts (não em um...

I believe I was able to make my app automated by placing the code as follows. It returns the user data from the DB, connects to the strava API, if...

I need this feature too.

For me there was also no reactivity from wire:model="phone". ``` document.addEventListener("livewire:load", () => { phone.addEventListener('telchange', function(e) { window.Livewire.emit('telchange', e.detail); }); }); ``` And in the component I did like this:...

> Have you tried using stateless? I tried, but then it didn't work at all.