Jump to content
UBot Underground

Facebook Album Creation Issues


Recommended Posts

ubot doesn't seem to get along with facebook when you want to upload photos to an album. I've tried changing my user agent to mobile and to chrome. Neither worked. My bot works great up until this click command to create an album. It lets me make a click command with the create album button on facebook as the element but when i play the bot everything works except this part. Nothing happens, it's as if it doesn't even recognize the command. The script just ends when it gets to this part. Does anyone have any advice? Could rewrite the script? Know of any ubot forums focused on working with facebook? 

 

My script:

 

 set user agent("Chrome")

navigate("google.com","Wait")
navigate("https://www.facebook.com/","Wait")
wait for browser event("Page Loaded","")
type text($element offset(<email field>,0),"nmetzger2@gmail.com","Standard")
type text($element offset(<password field>,0),"natalietheshit15","Standard")
click(<login button>,"Left Click","No")
wait for browser event("Page Loaded","")
click($element offset(<class="fbxWelcomeBoxBlock fbxWelcomeBoxSmallLeft fbxWelcomeBoxProfilePicBlock _8o _8r lfloat _ohe">,1),"Left Click","No")
wait for browser event("DOM Ready","")
click(<href="https://www.facebook.com/Paint-Nite-Cape-Girardeau-539561442866573/photos/?ref=page_internal">,"Left Click","No")
wait for browser event("Page Loaded","")
click(<class="_3910">,"Left Click","No") --------------- this is the command that doesn't work

 

 

Thanks

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...