Guest User

Untitled

a guest
May 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $storage = new buzzFileStorage('/tmp/buzzCache');
  2. session_start();
  3. $localUserId = session_id();
  4. $auth = buzzOAuth::performOAuthLogin($storage, $localUserId);
  5. $buzz = new buzz($storage, $auth);
Add Comment
Please, Sign In to add comment