English 中文(简体)
为微软 SkyDrive 创建一个非网络视图的签名屏幕
原标题:Creating a non-web-view-based sign-in screen for Microsoft SkyDrive

我试图执行一个像下面显示的标志, 让用户在微软Live账户上签名, 然后让应用程序拉下他们的 SkyDrive 数据。

"https://i.sstatic.net/liNIf.png" alt="Sign-in Page 示例"/>

我在msdn 上读过API的文件,似乎这些文件以你为中心,使用我所希望避免的标准网络界面登录格式(见下文)。

"https://i.sstatic.net/Xrnce.png" alt="标准页面示例"/>

因此,我正在寻找文件或者一个执行自定义登录格式的范例,以便登录到窗口现场获取 SkyDrive 数据。任何信息都会非常有用,因为我卡住了。

注:在github 上也有关于同一主题的未决问题。

最佳回答

在做一些挖掘后,我发现微软只能允许您通过他们的界面(如上图所示)登录使用OAuth 2. 0。 我最初想要的东西完全与他们的SDK的设计相悖,并且不/不支持。

根据在上张贴的一个问题,“https://github.com/livesservices/LiveSDK-for-iOS/issues/4” rel=“no follow”>>github ,也许最终有办法允许通过Skydrive iOS应用程序进行认证,但目前只有一种方式通过SDK或API进行认证。

文件也指出:

Your app must initiate the sign-in process by contacting the Live Connect authorization web service.

资源:

问题回答

暂无回答




相关问题
How to start to create an application GUI using C#?

HI! I am new to C# and plan to use it for my application GUI. I am trying to make my GUI similar to SPSS:http://www.spss.com/images/08/statistics_screens/ez_rfm-big.jpg Is this easy in C#? Is there ...

Automatic height of edit box

My shoes application has three items stacked on top of each other (with a stack, of course), in order: A banner An edit box Two buttons in a flow What I want to do is have the banner stay at it s ...

Search by using the keyboard in a list/grid - algorithm

I need to implement a custom search in a grid and I would like to find some user interface guidelines that explain the standard way to implement it. I mean this kind of search that is initiated by ...

UI And TcpClient Issue in vb.net

I m having some problems with a small ircbot i m writing. Basically I connect to the server using a tcpclient in a seperate class, which also runs on its own thread. I want to display the server text ...

UI Convention: Shortcut key for application exit? [closed]

Is there a convention for the shortcut keys for application exit? Some applications uses Alt+X some others use Ctrl+ X and Ctrl+Q. Applications like FF and IE doesnot assign a shortcut at all. So is ...

热门标签