Getting Facebook Information Directly from Windows Phone 7.5

I was wondering if it is possible to retrieve the facebook account assigned to the Windows phone, I would like to have access to the username, image and friends name, images (which are stored in People of WP7). This will be done in C #.

thanks

+4
source share
2 answers

Unfortunately, there is no access to this information.

0
source

You can get the name and photo of your friends if the user has logged into their facebook account. You simply cannot get the account name and facebook login image.

See http://msdn.microsoft.com/en-us/library/hh202972(v=vs.92).aspx

+3
source

Source: https://habr.com/ru/post/1382485/


All Articles