- Регистрация
- 06.07.2018
- Сообщения
- 133
- Благодарностей
- 3
- Баллы
- 18
Hello everyone and thank you in advance for your help!
I'm looking to connect to the API of a White Label SEO site, it would probably help many other people if we solve my problems.
So I integrated the PHP code into Data with the url to analyze and the type of analysis I'm looking to do.
Data:
include('site-analyzer-api-client.php');
$Api = new SiteAnalyzerApi();
$Api->set_client_public('95JQ6h4z6j');
$Api->set_client_secret('28XAc28g5MD5sERAYafsFbkWF');
$params = array(
'url' => 'https://lovelybunny.shop/',
);
$result = $Api->call('pageanalysis/create', $params);
I put the URL Previewed and is added in the tab "More" and part "User Agent" these:
Accept: application/PHP
X-api-public: 95JQ6h4z6j
X-api-secret: 28XAc28g5MD5sERAYafsFbkWF
you can all see in my Project Maker file that I put you just below... Thank you for your help!
I'm looking to connect to the API of a White Label SEO site, it would probably help many other people if we solve my problems.
So I integrated the PHP code into Data with the url to analyze and the type of analysis I'm looking to do.
Data:
include('site-analyzer-api-client.php');
$Api = new SiteAnalyzerApi();
$Api->set_client_public('95JQ6h4z6j');
$Api->set_client_secret('28XAc28g5MD5sERAYafsFbkWF');
$params = array(
'url' => 'https://lovelybunny.shop/',
);
$result = $Api->call('pageanalysis/create', $params);
I put the URL Previewed and is added in the tab "More" and part "User Agent" these:
Accept: application/PHP
X-api-public: 95JQ6h4z6j
X-api-secret: 28XAc28g5MD5sERAYafsFbkWF
you can all see in my Project Maker file that I put you just below... Thank you for your help!
Вложения
-
11,3 КБ Просмотры: 134