Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Vs2008 TwitterVb
#1
Hi, I have looked at your video and i encounter some problem.

Code:
If TextBox1.Text = "" Then
            MsgBox("You must insert a code!")
        Else
            'Proceed

            Dim isvalid As Boolean = tw.ValidatePIN(TextBox1.Text)
            If isvalid = True Then
                Dim oauthToken As String = tw.OAuth_Token()
                Dim oauthtokensecret As String = tw.OAuth_TokenSecret()
            Else
                MsgBox("Wrong code!")
            End If
        End If

IT always return me false when button is clicked. Need help urgently
#2
Are you entering the correct 7 digit code from Twitter? Make sure the code has no spaces before or after it.
My Blog | My Setup | My Videos | Have a wonderful day.
#3
Yes. I have entered many times, but it doesnt seems to work.
#4
Please do help me, i need to figure out by sunday. D:
#5
Uhhh. Well with the information you are providing us with, we can't really do anything. I mean, the code is literally directly from my tutorial and it should work.
My Blog | My Setup | My Videos | Have a wonderful day.
#6
It keep throwing me False at Isvalid. And my access is read only. :O how can i get read/write?
#7
You can't get read/write on that variable because it needs to make sure the code is correct before you can do anything. There is nothing much else I can do to help... You must just be entering the code incorrectly.
My Blog | My Setup | My Videos | Have a wonderful day.
#8
I'm sure i keyed in the correct one. Because i attempted many times. D:
#9
What should i enter for the website & callback url when i create my application on dev.twitter?
#10
Okay, i have used another way to tweet. But how isit possible to display tweets & delete them? <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->
#11
Well that's great. And for the URL and Callback URL, I have no idea...

Anyway, in order to display and delete tweets, you will need the user to authenticate with the code. (The thing you were having problems with....) So this could be difficult...
My Blog | My Setup | My Videos | Have a wonderful day.


Possibly Related Threads…
Thread Author Replies Views Last Post
  VS2008 or VS2010? Sohail 3 12,569 09-09-2012, 10:41 AM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)