Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.22 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.22 KB

DoYouBuzz API connection examples

Here are two PHP examples to get informations from DoYouBuzz using either an oAuth connection or a Partner connection (for more information see the Documentation).

Requirements

You must :

  • have a DoYouBuzz API Key and API Secret
  • have a local webserver with cURL installed
  • know if you have a Partner or Application access
  • know the link to the official DoYouBuzz API Documentation

Application

  • Set your ApiKey, ApiSecret and site url in the config.php file
  • Launch app.php in your webserver (cURL extension must be installed).
  • You will then be redirected on DoYouBuzz.com on the authorization screen.
  • If you authorize the application to access your information, you will be redirected on your website with an extract of your DoYouBuzz datas

Partner (deprecated)

Please note this API is deprecated and will be removed soon. If you rely on this API please contact us.

  • Set your ApiKey and ApiSecret in the partner.php file
  • Change the userId parameter in the $url string (this user must has joined you private CV database so you can get his informations)
  • Launch partner.php in your webserver (cURL extension must be installed)