Answered by:
facebook and wcf service on Azure

Question
-
Hi Folks,
I have a WCF service hosted on Azure, this is a REST based service accessed from Android devices. I have a requirement to pull user profile information from Facebook profile, friends, wall information, user posts, etc. In addition, the devices send user activity to the service and I need to push this information to Facebook. The user might want to share, email, etc.
Is there any SDK I can use to achieve this from WCF services hosted on Azure?
Regards,
Vikram
Wednesday, May 29, 2013 7:42 AM
Answers
-
Facebook provides its own Open Graph API which has API methods for many of the features you mentioned above. You need to code against this API to achieve the end result.
- Proposed as answer by Mark.Alexander Wednesday, May 29, 2013 12:43 PM
- Marked as answer by Qin Dian Tang - MSFT Thursday, June 6, 2013 2:42 AM
Wednesday, May 29, 2013 8:19 AM -
Hi Vikram,you can use facebook c# sdk that is a wrapper around Facebook api, it allows you to create web, desktop, phone and windows store applications and saves you plumbing codeSource code for the sdk can be downloaded from the github repository https://github.com/facebook-csharp-sdk/you can use the assemblies by following direction on the website http://facebooksdk.net/it is now available as a nuget package.I hope this helps-------------------------------------Please mark as answered if it helpedVishal"Vikramd_1978" wrote in message news:9c3821a1-b105-4ab0-8920-fedcbd953a5f@communitybridge.codeplex.com...
Hi Folks,
I have a WCF service hosted on Azure, this is a REST based service accessed from Android devices. I have a requirement to pull user profile information from Facebook profile, friends, wall information, user posts, etc. In addition, the devices send user activity to the service and I need to push this information to Facebook. The user might want to share, email, etc.
Is there any SDK I can use to achieve this from WCF services hosted on Azure?
Regards,
Vikram
---------------------------------- Please mark as answered if it helped Vishal Narayan Saxena http://twitter.com/vishalsaxena http://www.ogleogle.com/vishal/- Marked as answer by Qin Dian Tang - MSFT Thursday, June 6, 2013 2:42 AM
Wednesday, May 29, 2013 5:46 PM
All replies
-
Facebook provides its own Open Graph API which has API methods for many of the features you mentioned above. You need to code against this API to achieve the end result.
- Proposed as answer by Mark.Alexander Wednesday, May 29, 2013 12:43 PM
- Marked as answer by Qin Dian Tang - MSFT Thursday, June 6, 2013 2:42 AM
Wednesday, May 29, 2013 8:19 AM -
Hi Vikram,you can use facebook c# sdk that is a wrapper around Facebook api, it allows you to create web, desktop, phone and windows store applications and saves you plumbing codeSource code for the sdk can be downloaded from the github repository https://github.com/facebook-csharp-sdk/you can use the assemblies by following direction on the website http://facebooksdk.net/it is now available as a nuget package.I hope this helps-------------------------------------Please mark as answered if it helpedVishal"Vikramd_1978" wrote in message news:9c3821a1-b105-4ab0-8920-fedcbd953a5f@communitybridge.codeplex.com...
Hi Folks,
I have a WCF service hosted on Azure, this is a REST based service accessed from Android devices. I have a requirement to pull user profile information from Facebook profile, friends, wall information, user posts, etc. In addition, the devices send user activity to the service and I need to push this information to Facebook. The user might want to share, email, etc.
Is there any SDK I can use to achieve this from WCF services hosted on Azure?
Regards,
Vikram
---------------------------------- Please mark as answered if it helped Vishal Narayan Saxena http://twitter.com/vishalsaxena http://www.ogleogle.com/vishal/- Marked as answer by Qin Dian Tang - MSFT Thursday, June 6, 2013 2:42 AM
Wednesday, May 29, 2013 5:46 PM