Messenger connect desktop API for Windows Phone 7 - windows-phone-7

Is there Messenger Connect API for Windows Phone 7 to use in Silverlight phone application to allow user authentication with windows live id and get a user consent to share profile data with my app? It all works great for PC desktop app or ASP.Net. I want the same experience for my users with the phone: login using windows live id and access the same data they can access on their desktop through a web site or desktop app. The backend is, obviously, multi-tenant, one database, many app users - everyone sees his own data based on his windows live id.

Nick Randolph demonstrated some interaction with the messenger api's here if you'd like to check it out.
Windows Phone 7 Beta with Windows Live Messenger Connect

Related

Accessing local database from android phone using mobile tethering

I'm developing an mobile attendance application and I want to submit the data gathered from my phone to my web-based application in my laptop. Is there any way I can submit those data using only mobile tethering?
Set up a private network and set up a VPN on your phone to access that network

How to communicate mobile (Xamarin) with a desktop Application (.NET)

Is it possible to send some kind of message from mobile app (developed using Xamarin.forms with C#) to a desktop application (developed using VB.net or C#)? I would like to send messages from mobile to desktop app. I was thinking on using Bluetooth or maybe WIFI protocol
Other idea that I was thinkin is making desktop application to use a rest service, then also make mobile app to use same rest server. In this way It could be possible to create some kind of bridge between these techs.
Do you have any example or any experience on this?
You can create a web API https://learn.microsoft.com/en-us/aspnet/web-api/overview/older-versions/build-restful-apis-with-aspnet-web-api then host it on your desktop/laptop. That would be the channel between your mobile app and your desktop app.

Webservices for enrolling Device under Company Apps in Windows Phone 8

Can we use simple java restful webservices to enroll the device under company apps in windows phone 8 devices.
I had tried with php and getting the proper requests but no luck with java my webservices are not even getting a hit from company apps.
Please suggest.
Yes we can use the simple java REST webservices for enrolling the device under Company Apps account.

Query a service behind domain authentication from WP7 app

Is it even possible for WP7 app to connect to service which is stored behind domain authentication?
I found Windows Domain Authentication on Windows Phone 7 article but it's not exactly what I'm trying to achieve.

Does Windows Phone allow developer to build ad hoc connection in Application?

I just started to build an App for Windows Phone 7 and I want to know if the WP7 support the ad hoc connection for app since I want to use the ad hoc connection to do something for my app. Actually I searched the library and I don't get anything useful related to this issue.
Actually what I want to do is to connect two phones via the ad hoc network. My app initiates the ad hoc network wait for other phone running the same app to join the network and communicate
No. WP7 does not allow you to create an adhoc network through the public APIs.
If you have 2 devices on the same wireless netowrk you can create a UDP conenction between the two though.

Resources