Facebook taggable_friends returns json picture URL, but URL is invalid

天大地大妈咪最大 提交于 2019-12-12 06:04:32

问题


I get a json back from Facebook when using taggable_friends:

{"id":"aaifpxqtnzaoxzj1htqpj3mx4xbjlipvuvch9muqueia1ic2xr3iqv1ouyisuk9ob8xknuwb1rk5poy92stj6oho1aiowst6lcx6dsz32pzibw", "name":"jan pietersen","picture":{"data":{"is_silhouette":false, "url":"https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xaf1/v/t1.0-1/c22.22.276.276/s50x50/1002729_391175754325150_673656636_n.jpg?oh= 0f95c73655a7d1ba4d0a9b7418cb00a0&oe=5593eb6a&gda=1431088369_3978aa4d6e53a85856463087f4b37e93"}}}

I get the picture URL from this string that looks like this:

https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xaf1/v/t1.0-1/c22.22.276.276/s50x50/1002729_391175754325150_673656636_n.jpg?oh=0f95c73655a7d1ba4d0a9b7418cb00a0&oe=5593eb6a&gda=1431088369_3978aa4d6e53a85856463087f4b37e93

That doesn't work because when checking on Facebook it should look like this: https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xaf1/v/t1.0-1/c22.22.276.276/s160x160/1002729_391175754325150_673656636_n.jpg?oh=0203e560f071eb42dcf6bdec99a74e1b&oe=55583D9F&gda=1432062559_2c1d594d9b7c6ff542e47d169d3b670f

Anybody a clue what I am doing wrong?

Andy.

来源:https://stackoverflow.com/questions/28459251/facebook-taggable-friends-returns-json-picture-url-but-url-is-invalid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!