I have used utweet on a couple of umbraco website which works great. I want to use this pacakge on another simple html website which doesnt use umbraco , i have refrenced the required dlls , just need to know how will i pass the Twitter consumer key/secret and access Token/secret , or is it not possible to use this pacakage elsewhere.
Well it works but i have add an extra reference to umbraco.dll to make it work , as the utweet dll uses umbraco core , is there any worka round , i myt just used the tweetsharp library.
Using Utweet on non umbraco website
Hi
I have used utweet on a couple of umbraco website which works great. I want to use this pacakge on another simple html website which doesnt use umbraco , i have refrenced the required dlls , just need to know how will i pass the Twitter consumer key/secret and access Token/secret , or is it not possible to use this pacakage elsewhere.
Thanks
Hi,
I don't know if you can use the package outside umbraco, but the keys and tokens are also accessible as public properties, so maybe it's possible.
Let me know if it works.
regards,
Davy
I will give it a try and update ou . Thanks
Well it works but i have add an extra reference to umbraco.dll to make it work , as the utweet dll uses umbraco core , is there any worka round , i myt just used the tweetsharp library.
Hi, I don't think you can do it without the umbraco dll, it's an umbraco package so you'll need it if you want to use the utweets package dll.
Davy
is working on a reply...