Skip to content

Instantly share code, notes, and snippets.

@ManivannanMurugavel
Created March 10, 2019 07:16
Show Gist options
  • Save ManivannanMurugavel/06348ac476d54fd64584615cb799ea67 to your computer and use it in GitHub Desktop.
Save ManivannanMurugavel/06348ac476d54fd64584615cb799ea67 to your computer and use it in GitHub Desktop.
<?php
$myObj->access_token = "d50d9fd00acf797ac409d5890fcc76669b727e63";
$myObj->token_type = "Bearer";
$myObj->expiry_in = "1295998";
$myObj->refresh_token="TZzj2yvtWlNP6BvG6UC5UKHXY2Ey6eEo80FSYax6Yv8";
$myJSON = json_encode($myObj);
echo $myJSON;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment