Does google plus provide an API for WP7 to access its services via C# , .NET Please let me know.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Google+ API is just HTTPS requests really, so you could do it manually if you wanted.
There’s a beta version of a .NET client library available for general access to Google services, but I don’t know offhand whether it would work with WP7 – it may well perform synchronous web requests etc. It’s worth a look (and putting in a feature request if it doesn’t work with WP7 already) but if it doesn’t work, then just making the HTTPS calls yourself shouldn’t be too hard.
(Disclaimer: I work for Google, but have had nothing to do with this API.)