When using simple request to post to Twitter the messages are signed with "sent from API". Is there a way to change that to the actual name of your application? Is it another post parameter or something else?
|
|
|||
|
|
|
This is covered in the Twitter API FAQ
|
||||||||||||
|
|
|
If you want example on how to use OAuth and Twitter I have it in my blog |
||
|
|
|
|
If you are writing a desktop Twitter client and you want your application's name to show up instead of "From API", you have to use OAUth. If you want to use OAuth in your desktop Twitter application, you have to go through Twitter's PIN workflow (i.e., sending the user to the Twitter website to authenticate). The confirmation step is part of the reason Twitter is using OAuth. There's no getting around it. There are several libraries out there that implement OAuth for Twitter so you're not reinventing the wheel. |
||
|
