How to integrate facebook login in php 5.3 - facebook-login

Facebook sdk v3 is depreciated so i am getting issue on my live site. I cant upgrade my php version because my application does not support higher versions of php. So i need solution on current situation.
Thank you in advance.

Related

Is there a way to get a newer version of the Duo SDK for ColdFusion?

Currently the only version of the SDK for Duo works with the deprecated v2 of Duo's web SDK. I'm looking for a way to simply get started with bringing Duo's 2FA into my ColdFusion application. I've looked at Duo's guide for upgrading from v2 to v4 and it isn't terribly specific. They seem to no longer be developing the ColdFusion SDK, but I've got a very large legacy ColdFusion application that can't be easily migrated to node or something else at the moment. This is the SDK I've seen so far: https://github.com/duosecurity/duo_coldfusion

Intuit Quickbooks OAuth version 1.0 or 2.0?

I am using Django for my website/app and I want to integrate quickbooks. I wasn't sure whether you are using Oauth version 1.0 or 2.0. Also the documentation is more specific for PHP but the django-oauth-toolkit documentation I THINK is more geared towards hosting your own Oauth than connecting as a client. So although my main question is what version are you using any links to where I could read up on connecting with django would be greatly appreciated. I do have PHP still setup but I have been converting all my modules to django (python) and I was trying to avoid that. I thought reading the IETF protocol might help my understanding but there is the older version 1.0 by the original author and then the newer 2.0 that is currently supported. He does seem to have a pretty good beginner's guide but at the same time he seems a little 'disgruntled', if that's the right word, about the newer version. Also I believe the django-oauth-toolkit is version 2.0 protocol.
It's OAuth v1.0.
They have a bit of documentation here:
https://developer.intuit.com/docs/0100_quickbooks_online/0100_essentials/0085_develop_quickbooks_apps/0004_authentication_and_authorization
I would highly recommend you find an existing OAuth library for Django/Python - writing your own is likely going to be a painful process.

Sage Pay Protocol Upgrading in Opencart

I have been told by Sage Pay that we need to upgrade the protocol used by OpenCart to version 3 so that we can make use of Credit Card Surcharges. I can see that my SagePay in opencart is using protocol 2.23, but I have zero idea of how to upgrade it. Sagepay have sent me a pdf explaining who the integration works but it doesn't touch on updating in a opencart environment.
The module I am using for sagepay is the one that comes with opencart 1.5.5.1
Would someone be kind to help me out?
Thank you
Andy
http://www.sagepay.co.uk/support/find-document/form-integration
Java and .net kits shown on this page.

Joomla Facebook login

I am creating a real state website with joomla 2.5, but I am facing problem with the Facebook login integration. Can anyone suggest me which module or plugin to use?
Use component JFBConnect. It will support in Joomla 2.5
there is also a good and cheap extension Facebook All and also free extension avail now

differences between liferay 6.1 service builder and liferay 6.0

I want to create web service in liferay 6.1. But if i do such things, like in liferay 6.0 i have errors like java.io.IOException: Type {http://model.test.liferay.com}xxxx is referenced but not defined.
We have been having this error as well. I have posted multiple times on the liferay forums and contacted them directly (enterprise customer), but no one cares.
So we fixed it by staying on version 6.0.6
I gave up after discovering these API changes.
in docroot/WEB-INF/src/META-INF/shard-data-source-spring.xml
6.0.6:
com.liferay.portal.dao.shard.ShardAdvice
6.1:
com.liferay.portal.dao.shard.advice.ShardAdvice
docroot/WEB-INF/src/META-INF/base-spring.xml
6.0.6
com.liferay.portal.spring.annotation.BeanReferenceAnnotationBeanPostProcessor
6.1
com.liferay.portal.spring.bean.BeanReferenceAnnotationBeanPostProcessor
It seems not to be so easy to develop on 6.0.6 and to deploy on 6.1. (vice versa I didn't try)