- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2020
06:52 AM
06-12-2020
06:52 AM
Is it fine to use 3rd party SDK like facebook or gigya in my custom module?
Is it fine to use 3rd party SDK like facebook or gigya in my custom module? Because these SDKs contains bare PHP files without following Magento2 DI. Will my custom module satisfy the Magento Marketplace standards?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2021
10:38 PM
09-24-2021
10:38 PM
Re: Is it fine to use 3rd party SDK like facebook or gigya in my custom module?
Hello,
It is completly fine to use 3rd party SDK in your custom module for magento marketplace.You can add 3rd party SDK into the extension directly or via composer.
https://magefan.com/blog/how-to-install-facebook-php-sdk-on-magento-2
You can use above link to install facebook sdk in your module.
Happy coding