Facebook FQL returns different data for same permissions -


i trying user's feed using fql. use following statement (bring video posts):

select created_time, post_id, actor_id, message, attachment, likes.count, likes.friends, comments.count stream filter_key in (select filter_key stream_filter uid=me() , type='newsfeed') , is_hidden = 0 , 'video' in attachment 

i asked "read_stream" permission , got user's token

my problem: when using "graph api explorer" (facebook's page) post friend of mine "liked" - author of post not friend.

however, when using access_token of own application (not graph api explorer's token), can't see post !!

i used "https://graph.facebook.com/me/permissions?access_token=" check both tokens have same permissions.... btw, able post using "where post_id=" - doesn't seem user permission problem well.

any idea???? stuck here!!!

pls...................................

on graph api explorer page, if want see results in application, have specify access token application. can clicking drop-down in top right corner of page , selecting application.

it says "graph api explorer" in drop down default different results app if permissions same.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -