0

我想弄清楚这个 url 的 id 是什么?https://www.facebook.com/media/set/?set=a.10151316456544622.551539.197509829621&type=3

我不需要用代码来做,我只需要将数字插入我已经工作的 JSON 脚本。

我似乎无法从此页面中提取正确的号码,但其他页面并没有给我带来问题..

4

1 回答 1

1

If you have album URI like you have mentioned in your question, Album ID is the string between a. and first . in the set parameter of album url.

For example, in the url

https://www.facebook.com/media/set/?set=a.10151316456544622.551539.197509829621&type=3

Album ID should be 10151316456544622

于 2013-04-12T14:02:17.820 回答