Facebook App integration with Drupal

Posted by abhishekgupta92 on Stack Overflow See other posts from Stack Overflow or by abhishekgupta92
Published on 2010-06-18T16:15:48Z Indexed on 2010/06/18 16:23 UTC
Read the original article Hit count: 268

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about drupal

Related posts about facebook