Is it possible to get specific user's live videos from Facebook Graph API? -


suppose can fetch user_id of specific facebook user, possible user's public live videos through graph api not friend?

use graph api explorer provided facebook try fetch specific user's live videos listing , nothing. need specific permissions work or not possible kind of information if user not friend of you?

you not able user did not authorize app. if authorized app appropriate permissions, may use /me/live_videos user access token.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -