Connect

Created by Anoop, Modified on Fri, 5 Jul at 10:53 AM by Anoop

Check if the provided username and password are correct and all permissions are granted.

For Instagram, the account that is being connected needs to be a business or creator account and needs to be linked with a Facebook Business page. If these conditions are not met, the Facebook screen will show a success message, but the connection will still fail. In other cases or further issues, please get in touch with support@getphyllo.com.

There are 2 dependencies here which might interfere with the connection - the Phyllo Connect SDK and the work platform login. The Phyllo Connect SDK requires cookies to be enabled to work properly in redirect flow, the popup flow can work without cookies. But in either case, most platform logins don't work smoothly, or sometimes don't work at all, when cookies or storage is restricted. Hence you should consider cookies to be a mandatory requirement to connect any accounts via Phyllo, and prompt your users to enable them for things to work as they should.

We always send you the work platform ID along with account ID when we send you the connection details. You can save this info and verify the work platform using the retrieve all work platforms API.

Usually we only add or remove information about work platforms only when we add or remove support for a platform. You can safely cache this information at your end, since the IDs won't change. Optimistically, refreshing this weekly once should be sufficient most of the times but this is merely a recommendation and you may decide to follow some other update mechanism according to your use case.

We have worked rigorously to trim our permissions framework to ask for minimal permissions. Still, if you deny any permissions, we analyze the response from the work platforms to see if the permissions are adequate to get the data that we need to serve you. In case they aren't, we show you the relevant message on our SDK.

Make sure that your script tag that imports the Phyllo Connect JS is added in the head seaction, and is loaded properly before you can start using the PhylloConnect object. You might want to nest the Phyllo code inside the onLoad function or something.

Most commonly, this happens in the "mobile in-app browsing" scenarios, which are detailed on its own page. First thing you could check is if it matches any of these cases. If it does, you might want to follow the instructions on that page to decide what to do next (use mobile SDK, switch the web implementation to a combination of popup and redirect flow, etc.). If it doesn't, please contact us with the below information at support@getphyllo.com.


  • Device type (mobile, tablet or desktop)
  • Device OS
  • Device OS version
  • For desktop
    • Browser name
    • Browser version
  • For mobile
    • Whether the integration is reusing or redirecting to web implementation, or using our mobile SDK
    • For mobile SDK
      • Phyllo mobile SDK version
    • For web implementation reuse
      • App or browser name
      • Web SDK flow type (popup or redirect)

There are a few ways this could happen:

  • When the Phyllo Connect SDK is opened in an insecure browser
  • On mobile, Phyllo Connect SDK is opened in a WebView (WebViews have many known security issues and vulnerabilities)
  • Improper implementation of in-app browsing


Such a behavior is not controlled by Phyllo and is the platform's decision for user safety. We recommend switching to our native mobile SDKs in such a scenario if this happens within your app, or request the user to use a standard, secure, modern browser in case this happens in an app or browser which is not under your control.

We are working on something towards this. Email us at support@getphyllo.com to chat about this.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article