QVX SDK Custom connector error for Facebook: You are not logged in: Please login and try again.
Hi all,
I have downloaded QVX SDK and running QVFacebookConnector Example. i have built that project in Visual Studio 2015 and got .exe file and dll files mentioned in document QVX SDK Instructions.pdf. Then after reloading it in Qlikview i get below error in login facebook dialog window.
"You are not logged in: You are not logged in. Please login and try again."
ScriptErrorCount
1
ScriptErrorDetails
QVX_UNKNOWN_ERROR: Facebook login error. The user may have canceled the operation or there could be network errors.. Stack trace written to C:\ProgramData\QlikTech\Custom Data\QvFacebookConnector\Log\StackTrace.txt
ScriptErrorList
General Error
ScriptError
General Error
ErrorMode
2
DayNames
"må;ti;on;to;fr;lö;sö"
MonthNames
"jan;feb;mar;apr;maj;jun;jul;aug;sep;okt;nov;dec"
TimestampFormat
"YYYY-MM-DD hh:mm:ss[.fff]"
DateFormat
"MM/DD/YYYY"
TimeFormat
"hh:mm:ss"
MoneyFormat
"#.##0,00 kr;-#.##0,00 kr"
MoneyDecimalSep
","
MoneyThousandSep
"."
DecimalSep
","
ThousandSep
" "
CD
"E:"
QvPath
"C:\Program Files\QlikView"
QvRoot
"C:"
OpenUrlTimeout
86400
StripComments
1
FLOPPY
"F:"
WinRoot
"C:"
WinPath
"C:\Windows"
QvWorkRoot
"C:"
QvWorkPath
"C:\CodeTfs\QVX SDK\ft-tarzan-45108\Demos"
NotSpecified
"Not specified"
Stacktrace:
System.Exception: Facebook login error. The user may have canceled the operation or there could be network errors.
at QvFacebookConnector.QvFacebookConnection.LoginToFacebook()
at QvFacebookConnector.QvFacebookConnection.Init()
at QlikView.Qvx.QvxLibrary.QvxConnection.Connect(String connectionString, QvxConnectOptions options, QvxServer qvxServer)
at QlikView.Qvx.QvxLibrary.QvxServer.HandleConnect(QvxRequest request)
at QlikView.Qvx.QvxLibrary.QvxServer.HandleRequest(QvxRequest request)
at QlikView.Qvx.QvxLibrary.QvxServer.Run(String parentString, String pipeName)