Note that there are some explanatory texts on larger screens.

plurals
  1. POCannot make Twitter calls using Twitterizer Silverlight/Async
    primarykey
    data
    text
    <p>Using the code example on the Twitterizer website I am trying to post a tweet to twitter with this code:</p> <pre><code> Dim asyncResult As IAsyncResult = TwitterStatusAsync.Update( tokens.Tokens, Tweet.Text, Nothing, Timeout, Function(updateResponse) If (updateResponse.Result = RequestResult.Success) Then MessageBox.Show("Tweet Posted") Else MessageBox.Show("Error: " &amp; updateResponse.ErrorMessage) End If End Function) </code></pre> <p>But I am getting this exception:</p> <blockquote> <p>System.NotSupportedException was unhandled by user code Message=Specified method is not supported. StackTrace: at System.Func<code>4.BeginInvoke(T1 arg1, T2 arg2, T3 arg3, AsyncCallback callback, Object object) at Twitterizer.AsyncUtility.ExecuteAsyncMethod[TResponse,TProperties](OAuthTokens tokens, String s, TProperties properties, TimeSpan timeout, Func</code>4 methodToCall, Action<code>1 function) at Twitterizer.TwitterStatusAsync.Update(OAuthTokens tokens, String text, StatusUpdateOptions options, TimeSpan timeout, Action</code>1 function) at myFire_Silverlight._twitter.Status_Post(mf_object_tweet Tweet) at myFire_Silverlight.TweetDialog.OKButton_Click(Object sender, RoutedEventArgs e) at System.Windows.Controls.Primitives.ButtonBase.OnClick() at System.Windows.Controls.Button.OnClick() at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e) at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e) at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags) InnerException: </p> </blockquote> <p>What am I doing wrong?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload