A asus123 Новичок Регистрация 13.11.2011 Сообщения 22 Благодарностей 0 Баллы 1 23.08.2019 #1 Hello! I want to make a bot to auto reply comments on my page. I need to get all comment id on the post but I can't find them anywhere (in DOM or source) Is there any ideas to get Facebook's post comment ID? Thanks
Hello! I want to make a bot to auto reply comments on my page. I need to get all comment id on the post but I can't find them anywhere (in DOM or source) Is there any ideas to get Facebook's post comment ID? Thanks
Astraport Client Регистрация 01.05.2015 Сообщения 4 983 Благодарностей 4 433 Баллы 113 23.08.2019 #2 Код: https://www.facebook.com/groups/vis/permalink/10698523798806/?comment_id=10700136798276&comment_tracking={"tn":"R"} You can get this link from comment time.
Код: https://www.facebook.com/groups/vis/permalink/10698523798806/?comment_id=10700136798276&comment_tracking={"tn":"R"} You can get this link from comment time.
A asus123 Новичок Регистрация 13.11.2011 Сообщения 22 Благодарностей 0 Баллы 1 23.08.2019 #3 Thank you for your suggestion Astraport. I can extract them by using Linkgopher. Not fully automated but still work
Thank you for your suggestion Astraport. I can extract them by using Linkgopher. Not fully automated but still work
EtaLasquera Client Регистрация 02.01.2017 Сообщения 526 Благодарностей 112 Баллы 43 30.08.2019 #4 Try regex, work too.