#2650 - Facebook connect: Wrong URL in MEMBER_FACEBOOK.tpl
| Identifier | #2650 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | Facebook connect: Wrong URL in MEMBER_FACEBOOK.tpl |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | The 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}} |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
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.