Guest User

Untitled

a guest
Aug 21st, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. facebook app invite notification won't go away even though delete comes back ok
  2. conn = httplib.HTTPSConnection('graph.facebook.com')
  3. user = request.facebook.user
  4. t = urllib.quote(user.oauth_token.token)
  5. conn.request("DELETE", '/%s_%s?access_token=%s' %(request_id, uid, t))
  6. print(conn.getresponse().reason)
Add Comment
Please, Sign In to add comment