Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a little question on some facebook development stuff. Currently I'm trying to get information about Photos that I posted via Instagram. I've tried it with the graph api:

<?php $status = $fb->api($fb->getUser().'/photos', 'GET'); ?>
<pre><?php print_r($status);?></pre>

But I don't get information about posts that were done by using other apps. Everything else show up just fine. The permissions I required are: user_status, user_photos, friends_photos'

Where could the problem source be?

Thanks in advance, Thomas

share|improve this question

1 Answer

up vote 0 down vote accepted

For anybody who is facing the same issue. It's an approved bug: http://developers.facebook.com/bugs/202119973248747?browse=search_5001dc2ee99a53e97238451

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.