Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

facebook rss - how to increase thumbs image size?

Tags:

facebook

rss

I'm accessing a facebook-rss through

http://www.facebook.com/feeds/page.php?format=rss20&id=...

Update: Actual URL:

http://www.facebook.com/feeds/page.php?format=rss20&id=170589069647190

However, the thumbs for the images are way to small. Is it possible to change the size of the tumbs with rss-arg or FB-page setting?

(or should I get the FB-posts in another way)

regards,

like image 388
Teson Avatar asked Feb 18 '13 10:02

Teson


1 Answers

Disclaimer: This is not a good method as Facebook may change the image path anytime.

That been said, for every image with this file name format: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX_s.jpg

You can change the letter "s" just before the ".jpg" to "n" and get a bigger version like so: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX_n.jpg

Changing it to "q" will give you an image with a width of no more then 180 pixels XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX_q.jpg

like image 136
Roni Avatar answered Oct 10 '22 21:10

Roni