Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • srdjanpoznic 3 posts 23 karma points
    Oct 16, 2010 @ 14:58
    srdjanpoznic
    0

    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

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Oct 16, 2010 @ 16:01
    Darren Ferguson
    0

    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.

  • srdjanpoznic 3 posts 23 karma points
    Oct 16, 2010 @ 16:39
    srdjanpoznic
    0

    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

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Oct 16, 2010 @ 16:46
    Darren Ferguson
    0

    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

     

     

  • Folkert 82 posts 212 karma points
    Oct 29, 2010 @ 12:55
    Folkert
    2

    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.

Please Sign in or register to post replies

Write your reply to:

Draft