Jump to content
UBot Underground

Zapier - Connect Fb Account


Recommended Posts

Hey guys

 

Trying to connect a FB account through a popup on Zapier

after loggin i go to the connect page, once you add your selection a popup appears and is not visable and continues looping

In a normal desktop browser I have managed to get the FB confirm url and have confirmed connection twice

The difference in the the 2 changes in the different confirm codes FB url's was the below XXXXXX

I need to be able to scrape the logger ID and replace XXXXXX with this scraped ID

any solutions? thx to all

allow popups("In New Window")
navigate("https://zapier.com/app/settings/authorizations","Wait")
wait for element(<class="text-input services-search__input">,"","Appear")
click(<class="text-input services-search__input">,"Left Click","No")
click($element offset(<class="services-results__service-name">,8),"Left Click","No")
navigate("https://www.facebook.com/login.php?skip_api_login=1&api_key=234230510040096&signed_next=1&next=https%3A%2F%2Fwww.facebook.com%2Fv2.8%2Fdialog%2Foauth%3Fredirect_uri%3Dhttps%253A%252F%252Fzapier.com%252Fdashboard%252Fauth%252Foauth%252Freturn%252FFacebookV2API%252F%26scope%3Dmanage_pages%252Cpublish_pages%26client_id%3D234230510040096%26ret%3Dlogin%26logger_id%3DXXXXXXX&cancel_url=https%3A%2F%2Fzapier.com%2Fdashboard%2Fauth%2Foauth%2Freturn%2FFacebookV2API%2F%3Ferror%3Daccess_denied%26error_code%3D200%26error_description%3DPermissions%2Berror%26error_reason%3Duser_denied%23_%3D_&display=page&locale=en_GB&logger_id=XXXXXXX","Wait")
Link to post
Share on other sites

Thanks mate

This is the address that takes you to the page - navigate("https://zapier.com/app/settings/authorizations","Wait")

I dont have the login portion to FB as I can't see any login details as it doent load

The ID url was the url that was sent to FB in a normal firefox browser when I confirm the FB connection on the above zapier page and probably irrelevant as it a different browser?

thank again


 

Link to post
Share on other sites

Thanks mate

This is the address that takes you to the page - navigate("https://zapier.com/app/settings/authorizations","Wait")

I dont have the login portion to FB as I can't see any login details as it doent load

The ID url was the url that was sent to FB in a normal firefox browser when I confirm the FB connection on the above zapier page and probably irrelevant as it a different browser?

thank again

 

 

Somewhat relevant as with latest Ubot studio allowing you to use Firefox you can use the external browser and might still be able to achieve what you're wanting if it's doing what you're wanting.

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