Windows Phone 7 UserExtenedProperties opinion...

Posted by webdad3 on Programmers See other posts from Programmers or by webdad3
Published on 2011-06-22T03:13:11Z Indexed on 2011/06/22 8:30 UTC
Read the original article Hit count: 327

Filed under:

I was thinking of a way to some how connect my phone user base to my site user base. Right now if an item gets added to the site via the phone the userId is generic and the site displays it as SmartPhoneUser. I was thinking it might be cool to display the unique phone id by using the UserExtenedProperties, however, after reading Nick Harris's blog about it I'm thinking it may not be a good idea as I don't want users to think I'm up to anything nefarious.

So I'm wondering if there are any suggestions out there on how to accomplish this task. Right now my site uses the JanRain module that allows multiple logins from other sites (Facebook, Yahoo, Google etc.).

Any thoughts on how I can accomplish what I want to do without using the ExtendedProperties?

© Programmers or respective owner

Related posts about windows-phone-7