I'm developing a little Twitter application on iOS 5. I'm using Twitter and Accounts frameworks so I login in with an ACAccount
and send tweets with TWRequest
.
When I send a tweet, on its details, I see "via iOS". Can I set (via Twitter API or iOS frameworks) a name of application to see something like "via MyApp"?
I know that is automatically set if I authenticate via OAuth with my app consumer keys and so on, but this is not the case because I authenticate via ACAccount
.
Thank you.
Ok, I've found the answer, on the Twitter Dev Documentation
https://dev.twitter.com/issues/39