RSS Feed/News Using XF 2.3 OAuth Provider

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
26,091
Points
823

Reputation:

LuckyRiver said:
Nope, already tried but it returns a lot of empty fields but none shows who logs in right after I'm successfully authenticated.
Haven't retested on beta 3 though.
Click to expand...
LuckyRiverWorks just fine for me using League OAuth2 Client with 2.3.0 Beta 1 (I'd expect it also works with Beta 2 & 3).

PHP:

Code:
$provider = new \League\OAuth2\Client\Provider\GenericProvider([
    'clientId'                => '...',    // The client ID assigned to you by the provider
    'clientSecret'            => '...'...

Read more

Continue reading...
 
Status
Not open for further replies.
Top