As you probably know Apple released a Twitter framework with iOS 5. It provides a class called
TWRequest which allows you to make HTTP calls to the Twitter API. The accountsd process takes care of all the OAuth signing.
If you make such a TWRequest your tweets shows up as "via iOS". Is there a way to embed my client specific information to don't lose this identification?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
Looks like you can't actually set this. According to: https://dev.twitter.com/issues/39 They match based on the app name in Apple's database. You can't already have a registered Twitter Application with the same name. Also, seems that you can't get this to work with AdHocs or test apps, only published apps. |
|||||||
|