Looks like the path returned by an action is ignored by fboauth_action_invoke() and as a result $destination = fboauth_action_invoke is never set.
If i understand this correctly all that's needed is by adding a return to $callback function (will include a patch)

Comments

guy_schneerson’s picture

StatusFileSize
new1.06 KB

This patch returns the value from the $callback function in fboauth_action_invoke().

it also removed a whitespace at the end of one of the lines (my editor is set to strip those out, if this causes an issue in applying the patch i can create a new version)

thanks for a great module

quicksketch’s picture

Status: Active » Reviewed & tested by the community

Thanks! I'll review/commit next time I'm working on FBOAuth.

quicksketch’s picture

Title: return a path for an action is ignored » Return a path for an action is ignored because fboauth_action_invoke() does not return a value
Status: Reviewed & tested by the community » Fixed

Committed to both branches. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.