You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice the different UUIDs, as well as different object structure.
Under Android a call to https://api.twitter.com/1.1/users/show.json?user_id=${uuid} will get user data. But under iOS twitter sends an error object ("user not found"), because UUID is wrong.
Could you please explain this?
Regards.
The text was updated successfully, but these errors were encountered:
SekibOmazic
changed the title
Different response for iOS and Android
Different response objects for iOS and Android
Jan 23, 2017
Hi,
i've made a simple App that reads user information from twitter once use logs in.
So following call:
gets following responses:
Android:
iOS:
Notice the different UUIDs, as well as different object structure.
Under Android a call to
https://api.twitter.com/1.1/users/show.json?user_id=${uuid}
will get user data. But under iOS twitter sends an error object ("user not found"), because UUID is wrong.Could you please explain this?
Regards.
The text was updated successfully, but these errors were encountered: