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.

I am new to facebook app creation and I am using fql to get the data i need. I came accross fql.multiquery but I see in facebook that it is part of the legacy rest api that is going to be discontinued soon.

Is this true?

If so then how else could I save on requests to the facebook api??

Thanks

share|improve this question

1 Answer

FQL whould not be deprecated. It simply migrates from REST API to Graph API. Use fql method of the Graph API, to access fql query and multi-query. You can read about this in the official documentation.

share|improve this answer

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.