Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Request :
  2.  
  3. {
  4. "email":"ocittwo@gmail.com",
  5. "type_auth":"f"
  6. }
  7. other type_auth is g (f = facebook, g = google plus)
  8.  
  9. Response Error :
  10.  
  11. {
  12. "success":false,
  13. "message":[
  14. {
  15. "message_eror":"Your Facebook/GooglePlus not registered yet!"
  16. }
  17. ]
  18. }
  19.  
  20. Response Success :
  21.  
  22. {
  23. "success":true,
  24. "message":[
  25. {
  26. "name":"Ahmad Rosid",
  27. "email":"ocittwo@gmail.com",
  28. "no_hp":"08571111111",
  29. "picture":"urls",
  30. "title":"mr/mrs/mr"
  31. }
  32. ]
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement