Exemplo n.º 1
0
 def __init__(self, *a, **kw):
     self.wText = u"gwt-facebook is a library for writing facebook apps using GWT." + u"Click the menu on the left to browse showcases and see source code."
     self.outer = VerticalPanel()
     self.horizontalSplit = HorizontalPanel()
     self.authMethods = u"XAuth:auth_createToken,auth_expireSession,auth_getSession,auth_promoteSession,auth_revokeAuthorization,auth_revokeExtendedPermission"
     self.batchMethods = u"XBatch:batch_run"
     self.commentMethods = u"Comments:comments_xfbml,comments_add,comments_get,Xcomments_remove"
     self.connectMethods = u"Connect:connect_getUnconnect...,Xconnect_registerUsers,Xconnect_unregisterUsers"
     self.dataMethods = u"Data:data_getCookies,data_setCookie"
     self.eventMethods = u"Events:Xevents_cancel,events_create,Xevents_edit,events_get,events_getMembers,Xevents_rsvp"
     self.fbmlMethods = u"XFBML:fbml_deleteCustomTags,fbml_getCustomTags,fbml_refreshImgSrc,fbml_refreshRefUrl,fbml_registerCustomTags,fbml_setRefHandle"
     self.feedMethods = u"XFeed:feed_deactivateTemplateBundleByID,feed_getRegisteredTemplateBundleByID,feed_getRegisteredTemplateBundles,feed_publishTemplatizedAction,feed_publishUserAction,feed_registerTemplateBundle"
     self.fqlMethods = u"XFql:fql_multiquery,fql_query"
     self.friendMethods = u"Friends:friends_areFriends,friends_get,friends_getAppUsers,friends_getLists,friends_getMutualFriends"
     self.groupMethods = u"Groups:groups_get,Xgroups_getMembers"
     self.intlMethods = u"XIntl:intl_getTranslations,intl_uploadNativeStrings"
     self.linkMethods = u"XLinks:links_get,links_post"
     self.messageMethods = u"Message:XliveMessage_send,message_getThreadsInFolder"
     self.noteMethods = u"Notes:notes_create,Xnotes_delete,Xnotes_edit,notes_get"
     self.notificationMethods = u"Notification:notifications_get,notifications_getList,Xnotifications_markRead,notifications_sendEmail,Xnotifications_sendEmail"
     self.pageMethods = u"XPages:pages_getInfo,pages_isAdmin,pages_isAppAdded,pages_isFan"
     self.photoMethods = u"Photos:Xphotos_addTag,photos_createAlbum,photos_get,photos_getAlbums,Xphotos_getTags,Xphotos_upload"
     self.profileMethods = u"XProfile:profile_getFBML,profile_getInfo,profile_getInfoOptions,profile_setFBML,profile_setInfo,profile_setInfoOptions"
     self.smsMethods = u"XSMS:Xsms_canSend,sms_send"
     self.statusMethods = u"XStatus:status_get,status_set"
     self.streamMethods = u"Stream:Xstream_addComment,Xstream_addLike,stream_get,Xstream_getComments,Xstream_getFilters,stream_publish,stream_publishAttachment,Xstream_remove,Xstream_removeComment,Xstream_removeLike"
     self.userMethods = u"Users:users_getInfo,users_getLoggedInUser,Xusers_getStandardInfo,Xusers_hasAppPermission,Xusers_isAppUser,Xusers_isVerified,Xusers_setStatus"
     self.videoMethods = u"XVideo:video_getUploadLimits,video_upload"
     self.xfbml = u"FBML:various,serverFbml"
     self.menu = java.Array([self.authMethods, self.batchMethods, self.commentMethods, self.connectMethods, self.dataMethods, self.eventMethods, self.fbmlMethods, self.feedMethods, self.fqlMethods, self.friendMethods, self.groupMethods, self.intlMethods, self.linkMethods, self.messageMethods, self.noteMethods, self.notificationMethods, self.pageMethods, self.photoMethods, self.profileMethods, self.smsMethods, self.statusMethods, self.streamMethods, self.userMethods, self.videoMethods, self.xfbml])
     self.showcaseWrapper = VerticalPanel()
     self.loader = Image(u"/loader.gif")
     self.treeMenu = self.createMenu()
     self.apiClient = ApiFactory.getInstance()
Exemplo n.º 2
0
 def __init__(self, *a, **kw):
     self.outer = VerticalPanel()
     self.loader = Image(u"/loader.gif")
     self.eventInfo = None
     self.nameText = TextBox()
     self.categoryListBox = ListBox(False)
     self.subCategoriesListBox = ListBox(False)
     self.hostText = TextBox()
     self.locationText = TextBox()
     self.cityText = TextBox()
     self.createEventButton = Button(u"Create Event")
     self.apiClient = ApiFactory.getInstance()
Exemplo n.º 3
0
 def __init__(self, *a, **kw):
     self.outer = HorizontalPanel()
     self.loginInfo = HorizontalPanel()
     self.eventBus = None
     self.apiClient = ApiFactory.getInstance()
Exemplo n.º 4
0
 def __init__(self, *a, **kw):
     self.outer = HorizontalPanel()
     self.apiClient = ApiFactory.getInstance()
     self.selectButton = Button(u" Go ")
     self.selectHandler = None
     self.loader = Image(u"/loader.gif")
Exemplo n.º 5
0
 def __init__(self, *a, **kw):
     self.apiClient = ApiFactory.getInstance()
     self.method = None
Exemplo n.º 6
0
 def __init__(self, *a, **kw):
     self.outer = HorizontalPanel()
     self.apiClient = ApiFactory.getInstance()
     self.friendSelection = None
     self.loader = Image(u"/loader.gif")
 def __init__(self, *a, **kw):
     self.outer = VerticalPanel()
     self.handler = None
     self.apiClient = ApiFactory.getInstance()
     self.loader = HTML(u"Checking permission")
     self.message = None