Spotify Web API for windows phone - windows-phone

I am developing Windows Phone 8 application, in which I want to get recommended tracks of the user of Spotify. I would like to add these tracks of the user into favourites of my application.
I need to login and get the track list and details which I can show in my application.
There is Spotify library available for Windows(Win32). Can this library be used for Windows Phone as well??
Please let me know if anyone know how to integrate spotify into Windows Phone.
Thanks,
Manmath

The Win32 libspotify library cannot be used on Windows phone, and the REST-based Web API isn't powerful to do what you're asking. Unfortunately, there isn't a full-featured API available for Windows Phone.

Related

Chat plug-in with document share for ASP.NET Core MVC

Does anyone know any chat plug-in which will support a simple chat application like WhatsApp Web kind of thing with document share support? Means user can send a document to another user like WhatsApp web.
I know using Signal-R, we can this kind of chat application but not sure along with document share support.

How do I create a Gmail client for Windows 8/ 8.1?

Just upgraded to Windows 8.1 from Windows 7 and found that there is no official GMail metro app. MetroMail isn't official, is it?
Anyway, so I was wondering what is required to create a GMail metro app. Does one need to have some kind of a contract with Google for the api?
I am a web developer and a GMail client seems to be a good way to start developing metro apps as well.

Google Plus integration in Windows Phone 8 and Windows 8 Store app

Is there any sdk available to integrate the google plus in windows phone 8 and windows 8 store app?
Like the facebook sdk is available which makes our life easy to integrate the facebook in our app.
I want sdk which will make my life easy to integrate the google plus with windows 8.
Or
any other solution to integrate google plus with my windows 8 apps.
Thank You.
Gus Class on the Google+ Developer Relations team has done some work around Windows 8 and the .NET client library to show how to do some level of integration with Windows 8. The following is one example of how to authenticate a user and get Google+ data:
http://gusclass.com/blog/2012/11/20/pulling-google-data-into-windows-store-apps/

is there a data api for the windows 7 phone marketplace?

Is there an api that exposes the apps in the windows 7 marketplace as odata, rest, soap or something else programmatically accessible?
Per the comment from #talbottcrowell, Crawling the Windows Phone Marketplace http://brandonwatson.sys-con.com/node/1767886
It's not an official api, but certainly seems to be a blessed way to do it.
there's also great docs as part of the codeplex project zunedata
http://zunedata.codeplex.com/wikipage?title=API%20Documentation

Google Calendar API is Support Windows phone platform?

I have been check out Google Calendar API as fllow:
https://developers.google.com/google-apps/calendar/
but i'm not sure about it can be Support Windows phone Platform?
is there have any opensource project packup Google calendar API on windows phone ?
It's supported because REST is enabled.
GTalkChat is an open source app that does the authentication part with Google APIs, perhaps you can start from there
GTalkChat at GitHub
and basics of REST for Windows Phone
http://kelp.phate.org/2012/04/google-calendar-api-with-oauth-20.html.
this sample have function list about Google Calendar