Search found 2 matches
- Friday 13 January 2017 7:33
- Forum: LUA
- Topic: Find My iPhone implementation in LUA script
- Replies: 273
- Views: 80391
Re: Find My iPhone implementation in LUA script
I just tested and saw that it's returning the data in the first call.
- Thursday 12 January 2017 13:50
- Forum: LUA
- Topic: Find My iPhone implementation in LUA script
- Replies: 273
- Views: 80391
Re: Find My iPhone implementation in LUA script
They seemed to simplified it. They use the same dns-name for all. So no need to call twice. Remove stage1Command (to find server) and call the generic server directly: fmipmobile.icloud.com Snippet: for user,credentials in pairs(users) do stage2command = "curl -s -X POST -L -u '" .. credentials ...