Closed (won't fix)
Project:
Twitter
Version:
6.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Sep 2009 at 18:14 UTC
Updated:
5 Sep 2011 at 14:35 UTC
hi..i already intregrated this module with FBSS, and my user can change their status automaticly to their twitter account, but how if my user want to change their status on my website from their twitter account ?? is it possible ??
thanks
Comments
Comment #1
kakajoe commentedyyyuuuuhhhuuuu ???
Comment #2
abraham commentedI think this is outside the scope of the Twitter module.
You should be able to write a custom module to perform this action.
Comment #3
icecreamyou commentedHi, I'm the maintainer of the Facebook-style Statuses module, and I would like to see this happen. It's not out of scope: the changes required in the Twitter module are probably no more than one line.
Basically, there are four things that need to happen if this is going to work as beautifully as I would like.
1, 3, and 4 are good candidates for a new module or submodule, and I could then move some of the existing Twitter integration in FBSS out to that new module. #2 needs to be implemented in the Twitter module. It already exists in 2.x in the form of
hook_twitter_status_update(); unfortunately, that hook is not in the 3.x branch.Comment #4
icecreamyou commentedThis addresses FBSS' side of #2, but of course it only works if hook_twitter_status_update exists (which, again, it does in 2.x but not 3.x). I haven't yet decided how to deal with #1 or #4, as they both involve a number of questions regarding the exact implementation.
Comment #5
kakajoe commentedanyone can make this happen?IceCreamYou been half-way to make this happen, it would be better if this could happen..
sorry can't help you :(
Comment #6
icecreamyou commentedWell, I can do this all the way for Twitter 2.x. The point of this issue is that the required hook in the Twitter module doesn't exist in 3.x, which is okay for now because there is no stable release of the 3.x branch, but I would prefer to support the latest version.
Specifically,
module_invoke_all('twitter_status_update', $status)would have to be added back tofunction twitter_status_saveon line 68 in twitter.inc.Comment #7
sashainparisany news about fbss - twitter3 integration?
Comment #8
Michsk commentedI also would like to use this integration.
Therefore i vote for the needed hook as stated by IceCreamYou. (please).
Comment #9
pribeh commentedsubscribe
Comment #10
icecreamyou commentedOpened #1261704: Add a hook when Tweets are saved at hook_twitter_status_save() specifically to track the main thing the Twitter module needs to do to at least make this possible.
Comment #11
michaek commentedI like the new issue, and will close this one. Thanks!