Live SDK provides a set of controls and APIs that enable applications to integrate single sign-on (SSO) with Microsoft accounts and access information from SkyDrive and Outlook.com on Windows Phone and Windows 8.
Questions tagged [live-sdk]
154 questions
2
votes
1 answer
LiveSDK for iOS message to deallocated instance
I recently added OneDrive integration to my project and it works fine except for when I try to release the objects that use the SDK files.
I have tracked the cause down to calls on deallocated instances.
In the dealloc calls for…

dloomb
- 1,952
- 22
- 26
2
votes
0 answers
LiveSDK for Universal Windows App background upload
I'm developing Universal Windows App and use Live SDK 5.6 to upload files to OneDrive. I see examples of usage here and instructions about versions here.
According to instructions I should use:
For Windows and WP81: CreateBackgroundUploadAsync…

Anthony
- 2,715
- 5
- 26
- 34
2
votes
1 answer
OneDrive REST API JSON response
I was wondering whether there is a reference which I can follow for getting error codes and error messages of JSON objects in HTTP responses? For example, the following is for uploading failure:
"error": {
"code":…

Johnny
- 21
- 1
2
votes
1 answer
How to refresh token from a windows service?
Is it possible to refresh a token if the application does not have access to a browser control or http context? I have a WinForm that logs a user in and gets consent, it then passes the token to a windows service so files can be uploaded to…

Mike_G
- 16,237
- 14
- 70
- 101
2
votes
0 answers
Live SDK CreateBackgroundUploadAsync progress is not a return value
I use Live SDK 5.6, Visual Studio 2013 Update 2
BackgroundUploadAsync method result is returned to the normal progress.
Code :
var tOperation =
await
client.BackgroundUploadAsync(targetFolder.id, file.Name, file,…

Connor Park
- 279
- 3
- 6
2
votes
1 answer
Onedrive wcf web service
Hi I'm developing a wcf web service that integrates with OneDrive and I need to access to the files (list, delete, download and upload) of the users that use my web service.
Is there a way to use Onedrive in an easy way? maybe some C# API...
I found…

Cardella
- 335
- 1
- 4
- 13
2
votes
0 answers
LiveConnectException using live sdk
i'm new to Live SDK and i'm trying to use it to connect to a user's profile and get data from it
i have read about it and used the following code to login to user's account
private async void btnSignin_SessionChanged(object sender,…

a3adel
- 1,223
- 4
- 15
- 26
2
votes
2 answers
Large number of authentication requests and then 0x8000FFFF error trying to access OneNote page?
I'm following along with this OneNote API tutorial that uses the Live Connect SDK for Windows Phone 8 to authenticate the user:
http://msdn.microsoft.com/en-us/library/office/dn575424.aspx
I have authentication working but I'm seeing a strange…

Robert Oschler
- 14,153
- 18
- 94
- 227
2
votes
2 answers
After first scuccessful login & logout windows live sign in button is not working on windows phone
Am creating an application which used Windows Phone Live Account & I referred Windows Live Sdk sample code for doing that.
xaml

asitis
- 3,023
- 1
- 31
- 55
2
votes
2 answers
Permission screen appears every time
I want to make my WinForms-App to use the SingleSign-On (SSO) feature with Microsoft Accounts.
I created a LiveApp and I'm able to Login to my App with the LiveSDK 5.4.
But everytime I click on my Login-Button the permissions list appears and I need…

coding.steff
- 23
- 4
1
vote
0 answers
Can't use namespace "Windows.Live"
I'm new to UWP/Visual/c# in general.
I'm trying to use the OneNote API for a school project. I came upon this problem when trying to use the Live authentification in visual studio;
I installed the "LiveSDK" reference through nuGet, and it shows up…

Jurgen Palsma
- 300
- 1
- 3
- 16
1
vote
0 answers
sign in with windows live connect, similar to Google's "postmessage"
I have a "Sign in with Google" button in my web app, which opens the consent window, gets a code after the user logs in and sends it to my server, for server side validation.
This is the Javascript code I use:
gapi.load('auth2', function() {
…

burgi
- 275
- 3
- 14
1
vote
0 answers
Use dynamic segments on redirect_uri microsoft application Live SDK JavaScript library
I am building a feature where the user can import his contacts form his hotmail, outlook, live emails.
I am using Live SDK javascript library to make it possible, I have to create a new app and set a redirect url. When user trigger an action the…

kentverger
- 475
- 1
- 5
- 19
1
vote
1 answer
Live SDK assembly reference missing when developing Universal App on Windows 10
I am developing an app using windows 10 SDK and I want to use Live SDK. I am using VS 2015 and I have installed Live SDK through nuget.
Following code has been taken from MSDN sample code:
LiveConnectClient liveClient;
private async Task…

vip007
- 93
- 2
- 11
1
vote
1 answer
Microsoft WEB API Get User Info From Microsoft Account
Hi All I am New ti Use WEB API and When I start Search about it I got Confused to view that there is lot of details
live SDK ?
Outlook Rest API
One Drive API and etc ...
I want following Step by Step
Sign IN my Users using their Microsoft…

Syed Azy
- 81
- 1
- 1
- 9