I have a Windows Phone which is linked to Windows Live ID and Facebook accounts.
I want to use this built-in Windows Live Id information to access SkyDrive (Just like Microsoft Office Mobile and other does). Particularly, I dont want to use SkyDrive API for Windows Phone 7.5 and rewrite the whole code again for user's discovery and authentication. Because, I believe that if the user's phone can sync to SkyDrive, the user is already authenticated to access skydrive and other Microsoft online services. And the similar case for Facebook access through Windows Phone.
But i cant figure it out, as how can i discover this built-in authentication information.
Any help would be highly appreciated.
Thanx in advance
Access Windows Live ID/Facebook authentication in Windows Phone programmatically
1.1k Views Asked by Uday0119 At
1
There are 1 best solutions below
Related Questions in FACEBOOK
- Facebook Api - Albums/Photos/Comments
- How to get Facebook subscriber count + friend count
- Firebase facebook authentication not working
- Facebook iOS SDK 4 error info.plist
- Why don't any of my facebook share buttons work?
- Can't perform authentication through facebook with Parse
- PlayN and Firefox issues
- How do I stop the facebook send widget from going off the screen?
- Add extended permissions - Facebook
- Pass image, summary, URL to Facebook share button in ASP.NET MVC
- Facebook Open Graph Description in a message length limitation
- Facebook ShareKit image caption not working
- how to display Notification Count in iOS like Facebook
- How to estimate current situation of an old site not created by myself before i launch my new one?
- Facebook Graph API limit publishing to fan page
Related Questions in WINDOWS-PHONE-7
- Nvigation Windows Phone Apps
- Windows Phone 8.1 : how to Launch an Installed app From My app
- Images "sink" animation
- Canvas borders c# ( Windows Phone 7)
- DispatcherTimer and real time WP7
- Bluetooth Printer is not working in windows phone 8.1
- Getting the path of a folder on Windows Phone 7
- Socket connection disconnectd
- Windows Phone - Hyperlinks Requiring Long Press
- Can an app (Android,iOS,Windows) ask the user for permission, before downloading, to read and store their browsing history?
- Cannot access a webservice via WP8 emulator
- How to read QRcode from Windows Phone 7 Emulator
- how to navigate to another xaml page in Windows Mobile
- Can't reference a function from a class to another class WP8
- Listbox cannot display in WP8 Emulator
Related Questions in C#-4.0
- Passing arguments to main in C using Eclipse
- kernel module does not print packet info
- error C2016 (C requires that a struct or union has at least one member) and structs typedefs
- Drawing with ncurses, sockets and fork
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- Configured TTL for A record(s) backing CNAME records
- Allocating memory for pointers inside structures in functions
- Finding articulation point of undirected graph by DFS
- C first fgets() is being skipped while the second runs
- C std library don't appear to be linked in object file
- gcc static library compilation
- How to do a case-insensitive string comparison?
- C programming: Create and write 2D array of files as function
- How to read a file then store to array and then print?
- Function timeouts in C and thread
Related Questions in WINDOWS-LIVE-ID
- FetchXML. The entered and stored passwords do not match
- Omniauth + windows live
- Uniquely identify a Windows Phone installation
- Easiest Path or Toolkit toward Ubiquitous Site Login Capability?
- Windows Phone read the accounts of the owner
- Windows Live ID/Live connect, how to get current logged in user's email
- Access Windows Live ID/Facebook authentication in Windows Phone programmatically
- Can I use Windows Live Id in my Windows Phone applications?
- Why does Live connect always prompts for giving consent?
- Dynamics CRM SOAP Request : "Request is unsupported."
- Associating a live id with a downloaded executable
- Does spring security support Windows live ID?
- ASP.NET MVC + LiveID --> should I use the Membership provider & Account controller?
- Windows Live ID Error 1017
- Should I explicitly not use a standard URL with MSAL authentication?
Related Questions in ONEDRIVE
- OneDrive SDK & background task WP8.1
- unable create ondrive with csom
- OneDrive direct download URLs for files and file versions
- onedrive oauth2 redirect_uri for android app
- Access OneDrive images from web application
- Jersey encoded query param but rest service doesn't want it encoded
- Can I create a file to subdirectory on OneDrive for Business with REST API?
- How can i get file permissions using office365 rest api?
- Get a file from OneDrive and use data of xml file into C# application
- Is it possible to upload Lumia Living Images to OneDrive, instead of just the static image?
- android host txt file and read it
- Office 365 SDK for Android; How to list files under a folder?
- Is it possible to get a permenant public link from onedrive API ? If yes then How?
- android read textfile from web
- How to Download a Shared File on OneDrive for Business with the REST API?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
WP7 doesn't give you the IDs. You'll have to use SkyDrive's / Facebook's APIs to get the credentials and required information.
The user has to explicitly grant your very app access to SkyDrive / Facebook. Even if the user has granted his phone's operating system (and built-in apps) access, this doesn't mean that any other app may automatically access SkyDrive / Facebook.
SkyDrive has an easy to use SDK (it provides a Button control which does everything you need) and I guess for Facebook there are SDKs as well.