[PR #94] Update Security/Authentication/Provider/FacebookProvider.php #266

Open
opened 2026-01-24 11:37:15 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/FriendsOfSymfony/FOSFacebookBundle/pull/94

State: closed
Merged: No


The constructor for FOS\FacebookBundle\Security\Authentication\Token\FacebookUserToken takes a UID, not a user object.

class FacebookUserToken extends AbstractToken
{
public function __construct($uid = '', array $roles = array())
{
...

**Original Pull Request:** https://github.com/FriendsOfSymfony/FOSFacebookBundle/pull/94 **State:** closed **Merged:** No --- The constructor for FOS\FacebookBundle\Security\Authentication\Token\FacebookUserToken takes a UID, not a user object. class FacebookUserToken extends AbstractToken { public function __construct($uid = '', array $roles = array()) { ...
admin added the pull-request label 2026-01-24 11:37:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: FriendsOfSymfony/FOSFacebookBundle#266