Jump to content
UBot Underground

scrape facebook friends page user id with http post or socket navigate


Recommended Posts

i want to scrape the facebook friends page for all users , like this https://www.facebook.com/*/friends

 

have been searching google for days, and also bought http post, and facebook api(which now can not scrape friends with a specific user id), 

now, i prefer to http post , but http post and socket command seems can not scroll down to the page bottom like the run java code  did.

 

any body have a idea? i think many botter is trying to find it out. 

 

looking for help, and thanks a lot

 

 

 

Link to post
Share on other sites

Load fiddler and ubot browser mode, scroll down the page and see what parameters facebook is passing as well as the cookies and use these parameters with http post commands

Link to post
Share on other sites

thanks Abbas, i have been trying to learn fiddler, but i am too newbie or stupid to lean it, lol,   can i pay you 50$ for you to offer me the http code to load the full page of facebook friends. please pm me

Link to post
Share on other sites

humm, still got no reply from Abbas, if any one can offer me the code for http post to scrape facebook friends page, please send me pm or reply here, i will pay 50$ for it, thanks

Link to post
Share on other sites

humm, still got no reply from Abbas, if any one can offer me the code for http post to scrape facebook friends page, please send me pm or reply here, i will pay 50$ for it, thanks

 

Hey, am super busy with my plugin development, i will see if i can get some time to play with the parameters Please check pm

 

Thanks

Link to post
Share on other sites

Hey, am super busy with my plugin development, i will see if i can get some time to play with the parameters Please check pm

 

Thanks

i have added you

Link to post
Share on other sites
  • 4 weeks later...

still get no answer, and can not find a solution, is there any code for scroll down parameter for http post???

i can pay $50,  please pm me if any one can help

Link to post
Share on other sites

i want to scrape the facebook friends page for all users , like this https://www.facebook.com/*/friends

 

have been searching google for days, and also bought http post, and facebook api(which now can not scrape friends with a specific user id), 

now, i prefer to http post , but http post and socket command seems can not scroll down to the page bottom like the run java code  did.

 

any body have a idea? i think many botter is trying to find it out. 

 

looking for help, and thanks a lot

Are you sure facebook api is not working?  Ask to TJ, he will fix it.

Link to post
Share on other sites

Works fine here

with chrome as useragent
 

loop while($not($exists(<id="pagelet_timeline_medley_sports">))) {
    run javascript("window.setTimeout(function() \{
window.scrollTo(0, document.body.scrollHeight)
 \}, 500)")
    wait(1)
}
clear list(%friends)
add list to list(%friends$scrape attribute(<data-profileid=w"*">"data-profileid"), "Delete""Global")

 

hope thhat helps

Link to post
Share on other sites
  • 3 years later...

Works fine here

with chrome as useragent

 

loop while($not($exists(<id="pagelet_timeline_medley_sports">))) {

    run javascript("window.setTimeout(function() \{

window.scrollTo(0, document.body.scrollHeight)

 \}, 500)")

    wait(1)

}

clear list(%friends)

add list to list(%friends$scrape attribute(<data-profileid=w"*">"data-profileid"), "Delete""Global")

 

hope thhat helps

 

Any way you can edit that last bit of code to catch the names of all the friends instead of the profile ID's? 

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...