Active
Project:
Google Friend Connect
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2011 at 18:14 UTC
Updated:
2 Jan 2011 at 18:39 UTC
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
Comment #1
dave reidThat 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.
Comment #2
dave reidSo 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.