0

I want to make a post request to Google Indexing API with OAuth2.0 authentication.

https://developers.google.com/search/apis/indexing-api/v3/quickstart

I want to do this with Guzzle package in Laravel 5.4

(new GuzzleHttp\Client)->post(URL, PARAMS);

In Google documents, they provide a PHP package to do this. But I want to achieve this by Guzzle and Laravel. Is there any way to send token parameters by them?

Thanks.

Misagh Laghaei
  • 1,293
  • 1
  • 14
  • 26
  • what 'token parameters' are you trying to pass? i can't quickly find anything on that page or its children called that. – Quezler Aug 17 '18 at 06:51
  • Overall I don't know how to use indexing API authentication params. I can't find the right thing on google docs – Misagh Laghaei Aug 17 '18 at 10:39

0 Answers0