user3007459
user3007459

Reputation: 113

logout issue using Skydrive API in iPhone

I am integrating application with sky drive API,I am trying to show Login screen of sky drive when user press on Logout.I called logout API for sky drive but after logout how can i clear the session and how to show sky drive login screen,Please help me, Thanks in advance.

Upvotes: 0

Views: 144

Answers (1)

Balram Tiwari
Balram Tiwari

Reputation: 5667

You have a great documentation of Sky Drive from Microsoft here.

You should refer to this code for user sign In.

For Logout refer here , here also, and here.

There are hardly API released without documentation. So kindly refer those first. Hope that helps.

Upvotes: 1

Related Questions