Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {
  2. "error": {
  3. "message": "(#298) You must be a developer of the application",
  4. "type": "OAuthException",
  5. "code": 298
  6. }
  7. }
  8.  
  9. SELECT message_id, sender, body
  10. FROM unified_message
  11. WHERE thread_id IN
  12. (SELECT thread_id FROM unified_thread WHERE single_recipient = 'XXXX')
  13. ORDER BY timestamp desc;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement