User ID's returned in responses like home_timeline.json and verify_credentials.json are too long (official twitter used userIDs that were 8 numbers long and the returned ones are waaay past that) and will cause the twitter app atleast on Android (Twitter 3.3.0) to crash upon signin when loading verify_credentials and home_timeline
Normal
"id": 38895958,
"id_str": "38895958",
Your Server
"id":283395592579709281758564413673324624175827949382450
Also on an possibly related note, your server seems to be missing the id_str field in some responses like verify_credentials and home_timeline
User ID's returned in responses like home_timeline.json and verify_credentials.json are too long (official twitter used userIDs that were 8 numbers long and the returned ones are waaay past that) and will cause the twitter app atleast on Android (Twitter 3.3.0) to crash upon signin when loading verify_credentials and home_timeline
Normal
"id": 38895958,
"id_str": "38895958",
Your Server
"id":283395592579709281758564413673324624175827949382450
Also on an possibly related note, your server seems to be missing the id_str field in some responses like verify_credentials and home_timeline