External Accounts Extended

External Accounts Extended 2018-03-02

No permission to download
What do you mean?

It would be really handy if once you linked your account it pulled over your profile page from, say, GitHub or LinkedIn and then in user info below Trophy Points it had your LinkedIn username and if you clicked it it takes you to the profile.
 
It would be really handy if once you linked your account it pulled over your profile page from, say, GitHub or LinkedIn and then in user info below Trophy Points it had your LinkedIn username and if you clicked it it takes you to the profile.
I'll see if it would be helpful since I think some issues may arise D: not sure.
 
I paid for this addon.....why isn't there any support for my tiny little problem i have tried but cannot solve myself!?!
 
Of course. But here is what worked for me and should get you running:

Linkedin Key and Linkedin Secret is really API Key and Secret Key (that messed me up for a minute).

OAuth 2.0 redirect URLS (which I think is your error) you want to put in:

http://yourforum.com/register/linkedin

As long as your Website URL is:

http://yourforum.com

I will check this out and give you feedback when it works or not. Thanks for helping me out
 
Will this work with 1.4 rc?
Can I use this to add my own OAuth 2.0 server. The one I am specifically after is Blizzard Battle.Net (https://dev.battle.net/docs/read/oauth)

And I really want it to ask for a specific scope (wow.profile). This so I can use the authenticated user token to do lookups on battle.net later on. But that is secondary right now.
 
Alright it works for 1.40.

Honestly I've been busy with school and have been neglecting this addon. I'm going to rewrite the whole thing to make adding new oauth services insanely easy.
Give me a few weeks and I'll have the new version out with all the fixes made!
 
Okay decided to pull an all-nighter and completely recoded the backend. Half the files are now gone and it's completely dynamic for oauth2.0 providers (stuff like Tumblr still uses the old method but it works).

I also made it so some important information is saved to the forum for the extended accounts page, like login names and whatnot (nothing sensitive!)

I'm going to start coding up the template redesign and hopefully that goes smoothly!
If I can manage to stay up for the rest of the day the update should be out by tonight!!!
 
Top Bottom