Click here to Skip to main content
15,884,739 members
Articles / Programming Languages / XML

Connecting to Social Network APIs with Spring.NET Social

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
21 Nov 2018CPOL8 min read 22.1K   686   14  
Spring.NET Social helps you to simplify authentication (OAuth) and API binding with Software-as-a-Service (SaaS) providers such as Facebook and Twitter.
{
    "show_all_inline_media":false,
    "geo_enabled":true,
    "profile_sidebar_border_color":"C0DEED",
    "description":"I'm just a normal kinda guy",
    "location":"Denton, TX",
    "status":
    {
        "text":"And now I'm trying something out",
        "truncated":false,
        "place":null,
        "in_reply_to_user_id":null,
        "favorited":false,
        "source":"\u003Ca href=\"http:\/\/www.springframework.org\/spring-social\" rel=\"nofollow\"\u003ESpring Social Showcase\u003C\/a\u003E",
        "in_reply_to_screen_name":null,
        "created_at":"Tue Mar 08 16:32:05 +0000 2011",
        "in_reply_to_status_id_str":null,
        "contributors":null,
        "coordinates":null,
        "retweeted":false,
        "in_reply_to_user_id_str":null,
        "id_str":"45159863352954880",
        "retweet_count":0,
        "geo":null,
        "in_reply_to_status_id":null,
        "id":45159863352954880
    },
    "lang":"en",
    "profile_use_background_image":true,
    "default_profile_image":true,
    "statuses_count":125,
    "profile_background_color":"C0DEED",
    "contributors_enabled":true,
    "profile_background_image_url":"http:\/\/a3.twimg.com\/a\/1301419075\/images\/themes\/theme1\/bg.png",
    "default_profile":true,
    "created_at":"Tue Jun 29 22:15:04 +0000 2010",
    "follow_request_sent":true,
    "time_zone":"Mountain Time (US & Canada)",
    "profile_text_color":"333333",
    "following":true,
    "profile_sidebar_fill_color":"DDEEF6",
    "followers_count":14,
    "protected":true,
    "id_str":"161064614",
    "profile_background_tile":false,
    "favourites_count":4,
    "profile_image_url":"http:\/\/a1.twimg.com\/sticky\/default_profile_images\/default_profile_4_normal.png",
    "name":"Art Names",
    "is_translator":true,
    "friends_count":194,
    "id":161064614,
    "listed_count":1001,
    "verified":false,
    "notifications":true,
    "utc_offset":-25200,
    "profile_link_color":"0084B4",
    "url":"http:\/\/www.springsource.org",
    "screen_name":"artnames"
}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
France France
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions