English 中文(简体)
连接 In cookie through ASP. NET MVC
原标题:Accessing LinkedIn cookie via ASP.NET MVC

I ve实施了新的“联系人”的“Java普朗斯”新版本,以便登录,I m试图进入一个厨师。 我已核实,该数据库可查到:

linkedin_oauth_*API_KEY*  

在APICES-KEY是我播放的APICA。 然而,当我试图接触协会中的厨师时。 NET MVC代码:

HttpCookie c = HttpContext.Current.Request.Cookies[cookieName];

它在库什库斯收集的工作中找不到任何与这一名称的表象。

在PireBug,我看到 co具的特性是: Ex和 Security。

是否有办法与这些场所接触 co?

问题回答

问题是,对厨师也适用同样的原产政策,因此,服务器的后端 t接受 co。

I guess you want to sign-in with LinkedIn Js api, pass the oauth token to the server, and then make normal oauth calls on the server side? For this scenario, you need to send the oauth token back to the server. There is nice article describing this scenario: Exchange JSAPI Tokens for REST API OAuth Tokens

你们只能通过皇家警察部队接触这些厨师。





相关问题
WebForms and ASP.NET MVC co-existence

I am trying to make a WebForms project and ASP.NET MVC per this question. One of the things I ve done to make that happen is that I added a namespaces node to the WebForms web.config: <pages ...

Post back complex object from client side

I m using ASP.NET MVC and Entity Framework. I m going to pass a complex entity to the client side and allow the user to modify it, and post it back to the controller. But I don t know how to do that ...

Create an incremental placeholder in NHaml

What I want to reach is a way to add a script and style placeholder in my master. They will include my initial site.css and jquery.js files. Each haml page or partial can then add their own required ...

asp.net mvc automapper parsing

let s say we have something like this public class Person { public string Name {get; set;} public Country Country {get; set;} } public class PersonViewModel { public Person Person {get; ...

structureMap mocks stub help

I have an BLL that does validation on user input then inserts a parent(PorEO) and then inserts children(PorBoxEO). So there are two calls to the same InsertJCDC. One like this=>InsertJCDC(fakePor)...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

热门标签