Facebook Graph V2.1 How to Filter News Feed or /home without FQL? -


fql being deprecated , use lot query filtering news feed.

how supposed covert graph api calls?

"select {columns} stream source_id=me() , type=xxx , app_id=xxxx"

i tried following:

/v2.1/me/home?filter=application(xxxxx)

i don't it.. if use:

/v2.1/me/home?filter=app_xxxx

the result inconsistent , how suppose translate source_id=me() ?? filter app_xxx not documented anywhere on fb..

on page https://developers.facebook.com/docs/graph-api/reference/v2.1/user/home/

the documentation said modifiers filter "retrieve posts match particular stream filter. " valid filters used here can retrieved using fql stream_filter table. isn't fql being deprecated??? or how suppose use stream filters in graph?

full of questions pardon me.

hoping give me answers or clues...


Comments

Popular posts from this blog

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -