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.

According to Facebook they released their new messaging system way back, http://developers.facebook.com/blog/post/591/

From the Blog:

Apps should move to the new messaging Graph API endpoints and messaging FQL tables ('unified_message' and 'unified_thread'). We will be formally deprecating the old messaging REST APIs, Graph APIs and messaging FQL tables at a date to be announced in the future.

But I still getting the "must be a developer". Is this just me, or does this work for anyone?

I'll try to use unified_thread table from FQL. Facebook suggests to move to that table, but it's still not working after 6 months?

share|improve this question

1 Answer

What method are you using to query the FQL? I am able to query this table without issue using the PHP SDK and making a graph call to /fql?q=query

share|improve this answer
e.g SELECT snippet FROM unified_thread WHERE has_tags('inbox'). If I use my own apps access_token it works fine, but if I try e.g ith Graph explorer access_token I get: { "error": { "message": "(#298) You must be a developer of the application", "type": "OAuthException", "code": 298 } } – Juuso Kosonen Jul 17 '12 at 16:44

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.