Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
How to get all events from a facebook Page

I am working on a windows phone application and I need access to Facebook events. I have found the Facebook C# SDK but there is nothing about accessing the events. I am not asking for code, I am just asking how I can do this ? Can I do this without FB user authorization ? Because I want to list the events that are in that location (for example city). The location is determined by a GPS or WI-Fi. Any idea ? Thanks!

share|improve this question

marked as duplicate by Tim Post Dec 10 '12 at 16:49

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 0 down vote accepted

Facebook C# SDK does not give you direct access to objects inside Facebook, but rather opens a communication line with the Facebook API.

You'll need to query the Facebook API in order to obtain information regarding events. This won't be possible without your user authorizing your app.

See more here: https://developers.facebook.com/docs/

share|improve this answer
Thanks a lot jbkkd! I will inform you about my progress. – Toni N Dec 9 '12 at 14:22

Not the answer you're looking for? Browse other questions tagged or ask your own question.