hansemannn / facebook-live-ios

📺 A Swift utility "FBSDKLiveVideo" to stream Facebook Live videos on iOS
MIT License
55 stars 20 forks source link

How to stream page and group, event live video using your project? #19

Closed wang19891103 closed 6 years ago

wang19891103 commented 6 years ago

Hello, Hans!

Thanks!

I am a man that love your code style. Your project is great one. I didn't still discovered FB streaming ios app such as your project.

Your project is working well.

I appreciate your project and professional skills. I have many learned from you how to stream live video in facebook.

Very nice project!!!

And now, I have one question.

I have already implemented only user's timeline live video streaming. now, I have to implement pages and group, event live video streaming function also.

In your project, you wrote that have to replace page id or group id, event id in "audience" parameter of FBLiveVideo class.

So, my problem is how to get page id and group id and event id.

I have googled many times to find any solution(honestly full two days). But, I have not still found any solution about my problem. screenshot_5

Would you please help me more?

Thanks for your code and professional skills. Best regards! From Gojko Maric

hansemannn commented 6 years ago

User-ID: https://findmyfbid.com/ Group-ID: http://lookup-id.com/

wang19891103 commented 6 years ago

Hello, Hans! I want to know to get page id, group id, event id using graph api programmatically.