You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In callback function, I don't know how to get access token and secret
public function callback(Request $request)
{
$client = new Etsy\OAuthHelper(env('ETSY_CONSUMER_KEY'), env('ETSY_CONSUMER_SECRET'));
}
In your document I don't see how to get access token
What is the next step?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Install this package in Laravel
After connection in callback url I got like this
http://127.0.0.1:8000/etsy/callback?oauth_token=ea1d.....21&oauth_verifier=4c....5c9#_=_
In callback function, I don't know how to get access token and secret
public function callback(Request $request)
{
$client = new Etsy\OAuthHelper(env('ETSY_CONSUMER_KEY'), env('ETSY_CONSUMER_SECRET'));
}
In your document I don't see how to get access token
What is the next step?
Thanks
The text was updated successfully, but these errors were encountered: