Click anywhere to close this dialog

Farewell

Great is the art of beginning, but greater is the art of ending
Henry Wadsworth Longfellow

I announce that I cease all development and activity in the programming universe indefinitely. My career has reached the turning point I was not expecting for at least another year, leaving me highly off guard and without laid-out plans for this hobby's continuity. I have begun a 5-year residency program in Neurosurgery which is clearly not compatible, time-wise, with programming.

I gave in all my passion for developing, and you gave me back your loyalty and trust, even when I did not deserve that much. Now it is the time for payback. I release all my present and past work as Open Source software, in the hope some talented developer will continue maintaining and expanding my vision of a modern, sleek forum software. The intrinsic flexibility of MyBB is the true hidden gem of an otherwise outdated codebase; I do hope the project can continue and be updated complying to the latest coding standards.

I hereby thank Euan, kawaii, andrewjs18, Ben, Matt, Omar G., effone, Eric J., Devilshakerz, Wildcard, JordanMussi and all the other team members I have had the opportunity to work with when I was a MyBB team member. I thank Tomm M, my mentor, who inspired me to pick up coding with his piece-of-art plugins. And finally, I thank all of you MyBBoost subscribers who have helped me getting through my toughest university years economically.

Yours sincerely, Filippo

Facebook profile link/url

28 Dec 2019 Edited
#1
This issue is marked as solved

You are viewing page #2

Show original post

Best answer

Shade 7 Jan 2020 Edited
Apparently, Facebook limits profile URLs in API calls. You will have to:
KEYCAP 1 add user_link to the "Scopes" setting in Flyover Facebook panel. You will need to also add the default ones, so it should be: email, public_profile, user_link;
KEYCAP 2 submit user_link for App review on Facebook Developers website. You must comply with the rules mentioned in the screenshot below, otherwise it's likely they will reject your submission.

[Image: jeOGScC.png]

All replies

Enes Palit 7 Jan 2020 Edited
#11
The Facebook url returned by the plugin is still not a valid Facebook link to profile url.
1) Go to https://findmyfbid.in/ and fill in your Facebook url: go to Facebook.com, click your own profile and get the full text from your browser address bar.
2) Paste that on the form at the site in step 1.
3) Click find Facebook ID.
4) Now you'll see your unique Facebook ID which IS NOT the same as your Identifier that the plugin pulls.

Won't work ❌:
https://facebook.com/profile.php?id=THE_...OM_FLYOVER
or
https://facebook.com/THE_IDENTIFIER_FROM_FLYOVER

Will work ✅:
https://facebook.com/profile.php?id=THE_...ROM_STEP_4
or
https://facebook.com/THE_UNIQUE_FACEBOOK_ID_FROM_STEP_4

Edit:
This can help:
https://stackoverflow.com/questions/5539...ok-php-sdk
Shade 7 Jan 2020
#12
The identifier didn’t change from v2.1 to v2.2, but a new data point is available and it returns the profile url straight away. If it doesn’t for Facebook, it’s likely you’ll have to add extra scopes to its settings. I am not home so I cannot tell at the moment, but I will investigate.
Shade 7 Jan 2020 Edited
#13
Apparently, Facebook limits profile URLs in API calls. You will have to:
KEYCAP 1 add user_link to the "Scopes" setting in Flyover Facebook panel. You will need to also add the default ones, so it should be: email, public_profile, user_link;
KEYCAP 2 submit user_link for App review on Facebook Developers website. You must comply with the rules mentioned in the screenshot below, otherwise it's likely they will reject your submission.

[Image: jeOGScC.png]