Facebook API exception
Hi Dave,
I am creating an application using DFF module.
I am getting problem with fb_feed API and not clearly understand the fb_feed API. I want to write one line story on the facebook user's wall when user submit a form. I created a form in a new module and added a trigger and associated action which triggered when user submit that form. Now I am trying to add logic in the action same as in the 'fb_feed_action_publish' function in the fb_feed.module to send a story feed.
The trigger and action are configured correctly. Now when I submit that form I am getting some validation errors. I also tried another approach to do same. I access the global fb and fb_app variables and call the $fb->api_client->feed_publishUserAction() directly but this time get the "Facebook API exception Feed action request limit reached." error.
Please let me know is I'm missing something or What will be the correct way to get it work?
Thanks
- Forums:

http://drupal.org/node/685320
http://drupal.org/node/685320