I’m getting empty "data": [ ] from json facebook graph when i’m using read_stream premission
BUT with a Token that i took from this page: http://developers.facebook.com/docs/reference/api/#auth
I am getting full Data
They both have the same read_stream permission….
What to do? I understand that tokens are temporary
BTW: is’t safe to post the Tokens?
UPDATE!! I don’t have bookmarked:1 in the BAD Token.. how do i get it?
exmaple::
BAD not working Token:
{ data: [ { installed: 1, read_stream: 1, user_status: 1, bookmarked:
1 } ] }
.
.
GOOD working token:
{ data: [ { installed: 1, read_stream: 1, user_status: 1, bookmarked:
1 } ] }
As you can see it’s the same premissions!!!
and it’s not working….
Please look on the GOOD token… it’s has the same premissions…..
It’s was a know Bug in Facebook API that happened randomly.
It’s Now fixed After I talked with the Support dev
Thanks for all!