正しい実装でt.coの見えない世界へ
document: https://dev.twitter.com/docs/streaming-api/user-streams
| /** | |
| It prevents UIDevice.uniqueIdentifier method from returning real UDID vaue. | |
| It is useful to prevent closed-source libralies to fetch users' UDIDs against | |
| your will. | |
| */ | |
| @interface UIDevice (UDIDkiller) | |
| -(NSString*)uniqueIdentifier; | |
| @end |
正しい実装でt.coの見えない世界へ
document: https://dev.twitter.com/docs/streaming-api/user-streams