I am using Facebook graph API to get Facebook details. But I am getting profile image as resized.
E.g.:

I tried changing _s to _n. But still am getting size of 180×134. But original image size is 260 × 194.
How can I get the original images without resizing in iphone?
If you want to get the exactly image size, you can try fql query
I am using php, you can learn more here