File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import { UfsGlobal } from "./content-scripts/ufs_global.js";
55// =============================================================================
66// ================================= User Data =================================
77// =============================================================================
8- export function getUserAvatarFromUid ( uid ) {
9- return `https://graph.facebook.com/${ uid } /picture?height=500 &access_token=6628568379%7Cc1e620fa708a1d5696fb991c1bde5662` ;
8+ export function getUserAvatarFromUid ( uid , size = 500 ) {
9+ return `https://graph.facebook.com/${ uid } /picture?height=${ size } &access_token=6628568379%7Cc1e620fa708a1d5696fb991c1bde5662` ;
1010}
1111export async function getYourUserId ( ) {
1212 let methods = [
You can’t perform that action at this time.
0 commit comments