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.

Is there a way to know the event's type? For example - party/business/concert...
I think that we could do so at the past - but from some reason I can's find any documentation for it.

share|improve this question

2 Answers

up vote 1 down vote accepted

Is there a way to know the event's type?

There is no such thing – not in data field terms.

The user creating an event can put anything they like into the text fields for name and description. They might put the words “party” or “concert” in there somewhere – but it might as well be something like “foobar” instead.

What you make of the content of this fields, is up to you. You could look if any specific keywords are mentioned in there – but I doubt you will be able to classify an event with absolute certainty from that.

share|improve this answer
i was expecting facebook to offer such a trivial option like categorize event.. thanks anyway – sagivo Sep 17 '12 at 12:18

Look for the category tag in https://graph.facebook.com/EVENT_ID

It seems to be nested under owner, so that probably means it describes the owner and not the event, but it might still be what you're looking for.

share|improve this answer
as you said - this type is the owner's type. if the owner is a person it doesn't help :\ – sagivo Sep 17 '12 at 11:32
Do you have an example of an event with a type? I tried creating a new event, and I could not choose a type. – Joakim Syk Sep 17 '12 at 11:42
u r right. there's no type field (there was one at the past i think). weird that you can't categorized it – sagivo Sep 17 '12 at 12:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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