On which authorization system it works ? I suppose Basic auth since I don't need to enter my secret keys for my application anywhere in the config files.
Since basic auth is removed from 16th of August, does you package still works?
If not, is there any other way to rearrange it so it can use oAuth (with secret keys) authorization for posting on Twitter?
How this package works? Does it update twitter status after Save and publish button is clicked or when content is really published on the website (appears in the umbraco.config file)? I need to update twitter status after some blog post is really publish, so I can't use Save and publish method since publish date can be in the future, and I have to fetch that moment (publish date) to update twitter status.
What event did you use (override) in your package?
I had to create this functionallity and thought the 'tweet-on-publish' package
should do the job but this package is using basic authentication.
Posting a tweet on twitter is actually pretty simple as I've explained
in my post.
Tweet for Umbraco authorization
I have a question for tweet for umbraco package.
On which authorization system it works ? I suppose Basic auth since I don't need to enter my secret keys for my application anywhere in the config files.
Since basic auth is removed from 16th of August, does you package still works?
If not, is there any other way to rearrange it so it can use oAuth (with secret keys) authorization for posting on Twitter?
Thanks ahead
Hi,
The package was written sometime using basic auth.
It doesn't support anything else.
It could be reworked to use OAuth but it isn't one of my priorities.
Sorry.
Ok, thx. No problem ;) I just wanted to ask.
How this package works? Does it update twitter status after Save and publish button is clicked or when content is really published on the website (appears in the umbraco.config file)? I need to update twitter status after some blog post is really publish, so I can't use Save and publish method since publish date can be in the future, and I have to fetch that moment (publish date) to update twitter status.
What event did you use (override) in your package?
thanks ahead
Srdjan
The package registers with Document.Afterpublish.
The source code is linked from the project page: https://darren.svn.beanstalkapp.com/tweet_on_publish_for_umbraco/trunk
For those who are interested in how to post a tweet within umbraco when you're publishing a document,I've created a blogpost about that:
http://www.dibbus.com/2010/10/tweet-on-publish/
I had to create this functionallity and thought the 'tweet-on-publish' package should do the job but this package is using basic authentication. Posting a tweet on twitter is actually pretty simple as I've explained in my post.
is working on a reply...