Answered by:
Facebook Events App

Question
-
Hi Everyone I need great help from all you geniuses, I am trying to build an app which fetch users events from facebook and let me choose few actions which are weather to decide to go an event or decline at the same time I need app to show who is going to the event who declined or bla bla......
now my coding capability I am using visual studio and have done some apps using c# and java .... so I wana ask u guys which is the best way to approach this app which is ez for me to grasp and how should I approach fetching data from facebook.
thanks
Sunday, February 3, 2013 4:43 PM
Answers
-
Hi Kalia,
You can use Windows Runtime component to do that with c#.
#Walkthrough: Creating a basic Windows Runtime component in C++ and calling it from JavaScript
http://msdn.microsoft.com/en-us/library/windows/apps/hh755833.aspx
Roy
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- Marked as answer by Song Tian Friday, February 8, 2013 2:24 AM
Monday, February 4, 2013 3:09 AM
All replies
-
Hi Kalia,
You can use Windows Runtime component to do that with c#.
#Walkthrough: Creating a basic Windows Runtime component in C++ and calling it from JavaScript
http://msdn.microsoft.com/en-us/library/windows/apps/hh755833.aspx
Roy
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- Marked as answer by Song Tian Friday, February 8, 2013 2:24 AM
Monday, February 4, 2013 3:09 AM -
Hi Kalia,
You can use Windows Runtime component to do that with c#.
#Walkthrough: Creating a basic Windows Runtime component in C++ and calling it from JavaScript
is it for metro app in win 8? coz I want to make app for win 8....
thanks
Monday, February 4, 2013 6:06 PM -
Hi,
Yes, that is for windows store app. You can just follow the example above.
Roy
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.Tuesday, February 5, 2013 9:43 AM