Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $x = new SocialServices($key, $keySecret, $apiKey);
  2.  
  3. $x->Google();
  4.  
  5. public function Google() {
  6. require 'PHP/google.php';
  7. new Google($this->key, $this->secret, $this->apiKey, "#Google");
  8. }
  9.  
  10. $x->YouTube();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement