Thanks for the friendconnect module. I have hit a snag with my site because I am also using the twitter module. The twitter module depends on the OAuth module and, sadly, OAuth and friendsconnect have a conflict. Both modules define an class called OAuthException. Do you think you might be able to consider depending on the drupal OAuth module and removing your implementation?

Comments

dave reid’s picture

That sounds like a good plan, but I'm not exactly used to working with OAuth.module. In the meantime we can rename the OAuthException class defined in FriendConnect.

dave reid’s picture

So now that I look at it, the confict comes not from the Friendconnect module, but from the OS API library that the module requires. And we don't control that. So I'm not sure what can be done.