View Issue Details

IDProjectCategoryView StatusLast Update
0002650Composr non-bundled addons[All Projects] General / Uncategorisedpublic2016-06-14 14:01
ReporterPatrick SchmalstigAssigned ToChris Graham 
Severity@40@ 
Status resolvedResolutionfixed 
Summary0002650: Facebook connect: Wrong URL in MEMBER_FACEBOOK.tpl
DescriptionThe URL that is used for the Facebook sphere on a user profile of someone connected via. Facebook is wrong. Following the link takes the user to his/her own Facebook, not the facebook of the user they want to see. It also doesn't account that Facebook now uses https.

Quick fix: https://www.facebook.com/{$USER_FB_CONNECT*,{MEMBER_ID}}
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Chris Graham

2016-06-14 14:01

administrator   ~0004038

Facebook love to change things. This is safer...

https://www.facebook.com/app_scoped_user_id/{$USER_FB_CONNECT*,{MEMBER_ID}}

As we can't assume the ID we have is not app scoped. This URL seems to work on both app scoped and non-app-scoped IDs.

Issue History

Date Modified Username Field Change
2016-06-10 05:56 Patrick Schmalstig New Issue
2016-06-14 14:01 Chris Graham Note Added: 0004038
2016-06-14 14:01 Chris Graham Status non-assigned => resolved
2016-06-14 14:01 Chris Graham Resolution open => fixed
2016-06-14 14:01 Chris Graham Assigned To => Chris Graham
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised