Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8942607
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:33:20+00:00 2026-06-15T11:33:20+00:00

I am looking to display the current Twitter trends using Twitterizer. I am using

  • 0

I am looking to display the current Twitter trends using Twitterizer. I am using the following code to try to generate the 10 current trends but when running the code, it displays all 10 MessageBoxes as it should but the value is “Twitterizer.TwitterTrend” and not the actual trend.

TwitterResponse<TwitterTrendCollection> tr;
        tr = TwitterTrend.Trends(1);
        foreach (var tnds in tr.ResponseObject)
        {
            MessageBox.Show(tnds.ToString());
        }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T11:33:21+00:00Added an answer on June 15, 2026 at 11:33 am

    You trying to convert object to string, please try to use Property that you want to use.
    TwitterTrend has a property Name.
    This works:

     TwitterResponse<TwitterTrendCollection> tr = TwitterTrend.Trends(1);
    
                foreach (TwitterTrend tnds in tr.ResponseObject)
                {
                    Console.WriteLine(tnds.Name);
                }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking to create a simple iOS app that displays the current water level
Current developing an iPhone app using jQuery mobile, everything is looking great however when
I have been looking at nestedSet behaviour in symfony using doctrine, to display a
I have an MVC3 application the displays the current time locally, but displays the
I'm looking for JS/JQuery way to do the following 1: Display a series of
I am looking at the following example for a coroutine from http://community.schemewiki.org/?call-with-current-continuation : (define
I am looking to display the current username logged in the header in the
What I am looking for Display a grid within a three.js scene that fills
I am looking to display heightmaps from the video game Battlefield 2 as images
I'll preface by saying that I'm new at web development. I'm looking to display

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.