Problem/Motivation
TwitterPostTokenManager was added when Rules did not allow to use Twig-style tokens. Now that Rules has allowed this functionality, it's time to update Social Post Twitter
Proposed resolution
Remove TwitterPostTokenManager and any reference to it from the module.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 2821856-6.patch | 6.01 KB | hardikpandya |
| #6 | interdiff-2821856-3-6.txt | 4.52 KB | hardikpandya |
| #3 | 2821856-3.patch | 3.06 KB | felribeiro |
Comments
Comment #2
gvsoComment #3
felribeiro commentedComment #4
gvsoThanks for your patch. However, there are many things that should also be removed/changed; for instance, the file TwitterPostTokenManager.php is not deleted. Plus, the description for the Tweet Rule action should be modified.
Those are the main things I have found, but there may be other changes that should be applied.
Comment #5
hardikpandya commentedComment #6
hardikpandya commentedComment #7
gvsoBecause the service was removed, this variable will cause an error
Additionally, we need to change the description in the
@RulesActionannotation.Comment #9
gvsoIssue fixed to realease alpha 1
Comment #10
gvso