MCPcopy Create free account
hub / github.com/bumptop/BumpTop / requestStatus

Method requestStatus

trunk/win/Source/BT_FacebookWidgetJavaScriptAPI.cpp:421–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421void FacebookWidgetJavaScriptAPI::requestStatus(const QString& callback)
422{
423 FacebookStatus status;
424 if (_client->status_get(&status))
425 {
426 // call back the client
427 _jsonFormattedResult = status.toJsonString();
428 _page->evaluateJavaScript(QString_NT("%1(BumpTopNative.internal_getJsonFormattedStringData());")
429 .arg(callback));
430 }
431}
432
433void FacebookWidgetJavaScriptAPI::requestUploadPhotos(const QString& aid, const QStringList& fileUrlsList, const QString& callback)
434{

Callers

nothing calls this directly

Calls 4

status_getMethod · 0.80
toJsonStringMethod · 0.80
evaluateJavaScriptMethod · 0.80
argMethod · 0.45

Tested by

no test coverage detected