diff options
| author | Robert Pösel <robyer@seznam.cz> | 2016-04-17 11:14:33 +0000 |
|---|---|---|
| committer | Robert Pösel <robyer@seznam.cz> | 2016-04-17 11:14:33 +0000 |
| commit | 1218cb54337c4683baf728bec19701da1f10e5ac (patch) | |
| tree | 925726d9fbed53764efebbe7e1bbbbf2bd8339f9 /protocols/FacebookRM/src/stdafx.h | |
| parent | 0c1facf5ca73994ad269fd18a88e5b8fe68551c8 (diff) | |
Facebook: Implement login with two-way authorization
It shows dialog that asks for verification code. User can press button to request code via SMS. Allows 3 attempts to entering correct code, then plugin disconnects.
git-svn-id: http://svn.miranda-ng.org/main/trunk@16685 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/stdafx.h')
| -rw-r--r-- | protocols/FacebookRM/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/stdafx.h b/protocols/FacebookRM/src/stdafx.h index 23868df198..1549e7ccf9 100644 --- a/protocols/FacebookRM/src/stdafx.h +++ b/protocols/FacebookRM/src/stdafx.h @@ -61,6 +61,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_imgsrvc.h>
#include <m_http.h>
#include <m_messagestate.h>
+#include <m_gui.h>
class FacebookProto;
|
