Advertisement
stuppid_bot

Untitled

Mar 30th, 2014
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.31 KB | None | 0 0
  1. c.auth({
  2.     'client_id': 2692017,
  3.     'client_secret': 'rqIkXYBauPjqE2EVxB2j',
  4.     'scope': 'notify,friends,photos,audio,video,docs,notes,wall,groups,messages,notifications,activity,status,pages,stats',
  5.     'username': 'phone number or email',
  6.     'password': 'mypass'
  7. })
  8. print c.access_token
  9. print c.user_id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement