- Issue created by @rajeevk
- π¬π§United Kingdom rajeevk London
Hello there,
Created this issue to work on 4.x version of this module. I will be working on this GitHub repo: https://github.com/drupler/social_auth_mastodon and finalise the merge request soon.
In addition to the old functionality, I am trying to create a form for end-user input for instance if it is allowed by admin.
Happy to answer any questions. Thanks
- Assigned to rajeevk
- π―π΄Jordan Rajab Natshah Jordan
π Offering to co-maintain Social Auth Twitter Fixed
- π―π΄Jordan Rajab Natshah Jordan
- π―π΄Jordan Rajab Natshah Jordan
Following with changes in
- π―π΄Jordan Rajab Natshah Jordan
- last update
over 1 year ago 1 pass, 2 fail - @rajab-natshah opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 3:23pm 23 May 2023 - Status changed to Needs work
over 1 year ago 9:16pm 6 June 2023 - πΊπΈUnited States wells Seattle, WA
@Rajab Natshah -- thanks for getting this started. Note that this particular implementer will take a good deal more effort than others because of Twitter's 3-legged OAuth flow. Upgrading for 4.0.x compatibility is definitely doable but will require more extending and customization of the newly added base functions.
- π―π΄Jordan Rajab Natshah Jordan
Noted; Christopher
Thanks, for passing by and checking on.
I find out the same as you said, it needs a bit more customization.
Hoping to spare time to complete the ~4.0 version.Needed for Varbase Social Single Sign-On β
This issue is a blocker for π Update the Social API, Social Auth modules and extra extensions from ~3.0 to ~4.0.0 Needs workThanks for the link for Obtaining Access Tokens using 3-legged OAuth flow
Learning more about this is important before coding ( Integrating with Social Auth, and Social API ) - πΊπΈUnited States SocialNicheGuru
Issues with social_auth_twitter 4.x-dev
PHP Fatal error: Declaration of Drupal\social_auth_twitter\Form\TwitterAuthSettingsForm::getEditableConfigNames() must be compatible with Drupal\social_auth\Form\SocialAuthSettingsForm::getEditableConfigNames(): array in /modules/contrib/social_auth_twitter/src/Form/TwitterAuthSettingsForm.php on line 24
PHP Fatal error: Declaration of Drupal\social_auth_twitter\Form\TwitterAuthSettingsForm::buildForm(array $form, Drupal\Core\Form\FormStateInterface $form_state) must be compatible with Drupal\social_auth\Form\SocialAuthSettingsForm::buildForm(array $form, Drupal\Core\Form\FormStateInterface $form_state, ?Drupal\social_auth\Plugin\Network\NetworkInterface $network = null): array in /modules/contrib/social_auth_twitter/src/Form/TwitterAuthSettingsForm.php on line 34
PHP Fatal error: Declaration of Drupal\social_auth_twitter\Form\TwitterAuthSettingsForm::submitForm(array &$form, Drupal\Core\Form\FormStateInterface $form_state) must be compatible with Drupal\social_auth\Form\SocialAuthSettingsForm::submitForm(array &$form, Drupal\Core\Form\FormStateInterface $form_state): void in /modules/contrib/social_auth_twitter/src/Form/TwitterAuthSettingsForm.php on line 73