@RUUNNK That means you've been using Twitterizer Version 1 which uses BASIC authentication. BASIC Authentication has been scheduled for removal from Twitter for months. During the month of August, the hourly limit on the number of updates that is allowable from applications using BASIC authentication is to be lowered every day. On August 31, BASIC authentication will no longer function AT ALL.
Good tutorial - I went to the site you advise to get the files for twitter, it has moved and it has been re-organised a little. now at -dev.twitter.com/pages/libraries#dotnet however not quite as clear which files equate to what you advise to download, can you update in here to advise?
the website has been changed since the vid was made. now instead of having a Twitterizer.framework it has a Twitterizer.OAuth but when i add that to my "using twiter......" part it says that it doesnt exist? im using vb 2010
If you meant like a cookie then I don't think you can but if you were using a combo box all you do is additem to combox1 when you press a button like login or tweet w/e and it would be there you can also make it save to a text file... so it's there when you restart the appplication. Obviously you must of figured this out by now i'm 8 months late lol.
i tried the code what you had shown in your tutorial but it shows an error in the end when i will tweet ..
like Authorization Failed . ?!?!?! plz help ?
RUUNNK 4 months ago
@RUUNNK That means you've been using Twitterizer Version 1 which uses BASIC authentication. BASIC Authentication has been scheduled for removal from Twitter for months. During the month of August, the hourly limit on the number of updates that is allowable from applications using BASIC authentication is to be lowered every day. On August 31, BASIC authentication will no longer function AT ALL.
KARLculus 2 months ago in playlist QuackWare C# Tutorials
@KARLculus thnx for the reply ..
RUUNNK 2 months ago
This has been flagged as spam show
Can you make an updated tutorial? I can't figure it out in twitterizer2.
noridic 5 months ago
Comment removed
noridic 5 months ago
Million thanks to you!!! This is exactlt what I am looking for! :D
agirlnamednene 6 months ago
Is the using statement now using Twitterizer.Core; rather than framework?
dashby1969 8 months ago
Good tutorial - I went to the site you advise to get the files for twitter, it has moved and it has been re-organised a little. now at -dev.twitter.com/pages/libraries#dotnet however not quite as clear which files equate to what you advise to download, can you update in here to advise?
Thanks
dashby1969 8 months ago
i tried the code what you had shown in your tutorial but it shows an error
like Authorization Failed .
i am very confused what to do next i was working on it for my project
plz help me out if any new tutorial is available then plz update on your website or upload here
thanks in advance.
surya
kantsurya99 9 months ago
Hi the library i downloaded does not have Using Twitterizer.Framework
so it does not work. Is there an updated video coming? or am i doing something wrong
Thanks
Kelv
kelvinthursby802 1 year ago
Hi
I am working on this C# project for my faculty. One of the goals is to do exactly what you've just shown with this vid.
I tried to download the library that you've mentioned, but apparently it is not in the place where it used to be. I couldn't find it anywhere.
So, i wanted to know if it was possible for you to email it to me. That would be really really useful to me.
Thanks,
Nuno
RoyalCovers 1 year ago
@shinjiXshinji
You can actually just create a resource string, and once you press tweet, you just set it to something like
My.resource.username = username.text
My.resources.save
My.resources.reload
If I remember correctly :S
That later can be auto-entered
Emailed
Saved
Etc
imalwayswatchingu00 1 year ago
I made the same in VB6 using microsoft xml 2.0, only 5 lines of code :)
chint 1 year ago
Nice one!
amorimatheus 1 year ago
the website has been changed since the vid was made. now instead of having a Twitterizer.framework it has a Twitterizer.OAuth but when i add that to my "using twiter......" part it says that it doesnt exist? im using vb 2010
96edwysMobile 1 year ago
Thanks... Great vid... :)
shaveensk 1 year ago
Great teaching! Thank you!
Can you think of a reason why my application works great when I run it with Debug, but errors out whenever I run it without debug?
ChicagoJoe57 2 years ago
how would you make this so that it saves your passwords and username?
JoserPwndU 2 years ago
@JoserPwndU
If you meant like a cookie then I don't think you can but if you were using a combo box all you do is additem to combox1 when you press a button like login or tweet w/e and it would be there you can also make it save to a text file... so it's there when you restart the appplication. Obviously you must of figured this out by now i'm 8 months late lol.
ShinjiXShinji 1 year ago
great tutorial but how do you get the password entry to appear as ****** instead of your actual password?
thanks, subscribed
theiphonevlog 2 years ago
Under the properties for the text box there should be a thing called
"Password Char"
Enter what you want it to show when you type into there
EX:He put * in there.
iDylanx3 2 years ago
Set the property "UseSystemPasswordChar" for the textbox to true, and the textbox should show ********** instead of 0123456789 ^^
topphemelig 2 years ago
btw you have to register your app before it can view "QuackWare Twitter App"
thanks again
theboss8mcom 2 years ago
thanks i have been waitting for this
theboss8mcom 2 years ago
great tutorial , keep goin
miromtm 2 years ago