(Awesome module! Been using it since August [sandbox days] when @areynolds introduced it to me.)

I see this in the module file:
drupal_alter('fboauth_actions', $actions);
but there's no hook documented in fboauth.api.php

CommentFileSizeAuthor
#2 fboauth_actions_alter_docs.patch614 bytesquicksketch

Comments

quicksketch’s picture

Thanks. Obviously it's the same as hook_fboauth_actions(), only it's an alter hook. But I agree that we should at least mention it in the fboauth.api.php file to let people know it's there.

quicksketch’s picture

Status: Active » Fixed
StatusFileSize
new614 bytes

Committed attached patch.

Status: Fixed » Closed (fixed)

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

dontmcyn’s picture

Thanks for this. I used this to do a friend list import upon login. I needed to flush cache in case someone also didn't notice.