Hi there,
Not too sure if this post must be here or in twitter.
I'm not sure if this feature has been supported. But I see that when you add either a link, picture or video and select the option to send it to twitter no message is sent. Not even the text.
Is this normal?
thank you
Comments
Comment #1
publicmind commentedNo, this isn't normal but was neglected when I first wrote the FBSMP module as Twitter functionality was already broken (due to oAuth). I feel that if that is now fixed in FBSS, either the Twitter checkbox should be disabled when an attachment is made or it should do what it is supposed to do.
Any requests on how it should behave when you attach links/photos to status? Probably [status-text][link-to-status]
Regards,
Comment #2
karlitos commentedthanks publicmind. Seems that with the new dev version everything works fine again.
Thx!
Comment #3
karlitos commentedMy mistake, still not working.
Comment #4
publicmind commentedI know because I haven't done anything, just said. ;)
Comment #5
karlitos commentedOk publicmind. I did not grasp really well your last answer and I thought that the feature of attaching was supposed to work with "Sent to Twitter" as well. It would be nice as you said that the checkbox could be disabled as soon as a link/picture/video was attached. Anyway, thank you for your help! ;-)
Thanks for the help.
Comment #6
publicmind commentedFixed in 2.x branch. The statuses with attachment will be sent as
[status][link-to-status]to twitter.Regards,
Comment #7
karlitos commentedHi there,
I tried to update the module version with 6.x-2.x-dev. After updating it I get the folowwing error:
Fatal error: Call to undefined function facebook_status_all_contexts() in /home/xxxxxxx/public_html/sites/all/modules/fbsmp/fbsmp.module on line 1310
Comment #8
publicmind commentedhttp://drupal.org/project/fbsmp#compatibility
Comment #10
karlitos commentedHi there,
After updating to FBSS 6.x-3.x with fbsmp-6.x-2.x I still don't get the links published in twitter. All I'm getting in Twitter is:
Status in site:
status pùblished in twitter:
Anyone can help please?
thx
Comment #11
karlitos commentedNo one knows anything about this issue?
Comment #12
publicmind commentedSending a link to of the status instead of the actual link is as designed. You not seeing the actual link to your site on twitter is bug with FBSS, which I will log soon.
Thanks,
Comment #13
karlitos commentedI found the problem
the site url is not getting print.
Lets say that my statuses alias are
user/[sender-name-raw]/status
When adding a link to a status and posting it to twitter, what should appear is:
http://xxxxxxxxxx.com/user/[sender-name-raw]/status/(status number)
All I'm getting when publishing to twitter is:
/user/[sender-name-raw]/status/(status number)
How can I fix this?
Thank you
P.S By the way code of this bit is in fbss_twitter.module so I imagine this has nothing to do with FBSS
Comment #14
karlitos commentedComment #15
publicmind commentedIt was happening because of a bug in FBSS, which I already logged and got fixed about a month ago. Be sure to pick up the latest FBSS snapshot, otherwise log a request in the FBSS queue.
Thanks
Comment #16
karlitos commentedThanks for the answer publicmind,
dev version from FBSS fixed the problem.
;-)
peace