I am developing a facebook App for a Drupal powered Website. Broadly, I can divide the tasks in following two categories:
1) Views from the website
For this part, I just use the SQL query and execute it in my facebook App.
2) Create Cotent
Initially, I tried this by taking the values in a form and then inserting those values into the drupal database myself. But the problem was that there are so many modules using that content.
So, is there any other way to submit the contents from the facebook application to Drupal website?
I tried using the Drupal for Facebook module, but didn't like its lack of flexibility and a lot of bugs.