Hi,
The twitter module can't authenticate to twitter, given a correct username and password:
<?xml version="1.0" encoding="UTF-8"?> /statuses/update.xml Could not authenticate you.
from:
messaging/messaging_twitter/messaging_twitter.module
messaging_twitter_send_dm(...) and messaging_twitter_send_at(...)
Please fix!
Thanks,
Yonas
Comments
Comment #1
fizk commentedHmm, it appears that the username and password are empty.......
i.e.
Comment #2
fizk commentedOK, the first problem was that
./messaging/messaging_twitter/messaging_twitter.moduleuses "messaging_twitter_username" and "messaging_twitter_password", instead of "twitter_global_name" and "twitter_global_password".
The second problem is that Twitter returns:
Error: you are requesting an invalid URLwhich probably means we're using an older version of the API.
Please fix! :)
Comment #3
fizk commentedThe reason why the username/password wasn't working was because I didn't set it in :
/admin/messaging/settings/method/twitter
After setting it, I still get the invalid URL error.
Comment #4
fizk commentedDirect messages work, but not @ Messages
Comment #5
jose reyero commentedYes, just as expected.