summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.AspNet/Clients/OAuth/LinkedInClient.cs
diff options
context:
space:
mode:
authorMicrosoft <aspnet.microsoft.com>2012-03-02 16:15:39 -0800
committerdotnetjunky <me@yahoo.com>2012-03-02 16:15:39 -0800
commit062b432486426d4aeaff415702577607d7ec8fce (patch)
treed420582d48eb767f3bf40ab693d84eb7e9ca996b /src/DotNetOpenAuth.AspNet/Clients/OAuth/LinkedInClient.cs
parenta292822196d0911a68fc56597ed52a8c84a41cbe (diff)
downloadDotNetOpenAuth-062b432486426d4aeaff415702577607d7ec8fce.zip
DotNetOpenAuth-062b432486426d4aeaff415702577607d7ec8fce.tar.gz
DotNetOpenAuth-062b432486426d4aeaff415702577607d7ec8fce.tar.bz2
Fix unit tests failing in DotNetOpenAuth.AspNet.Text projects.
Diffstat (limited to 'src/DotNetOpenAuth.AspNet/Clients/OAuth/LinkedInClient.cs')
-rw-r--r--src/DotNetOpenAuth.AspNet/Clients/OAuth/LinkedInClient.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.AspNet/Clients/OAuth/LinkedInClient.cs b/src/DotNetOpenAuth.AspNet/Clients/OAuth/LinkedInClient.cs
index 68cf135..865a334 100644
--- a/src/DotNetOpenAuth.AspNet/Clients/OAuth/LinkedInClient.cs
+++ b/src/DotNetOpenAuth.AspNet/Clients/OAuth/LinkedInClient.cs
@@ -95,6 +95,7 @@ namespace DotNetOpenAuth.AspNet.Clients {
string userName = firstName + " " + lastName;
var extraData = new Dictionary<string, string>();
+ extraData.Add("accesstoken", accessToken);
extraData.Add("name", userName);
extraData.AddDataIfNotEmpty(document, "headline");
extraData.AddDataIfNotEmpty(document, "summary");