English 中文(简体)
从面板应用中张贴隔离墙信息
原标题:Posting message on wall from facebook application

我正在“Extjs”(Sencha)开发一个申请,我想向Facebook用户墙传递一个信息。 这项申请是“Facebook”申请,因此必须通过“Facebook Application”向用户墙发出信息。 这只是联邦银行申请的正常信息,但并非在我方工作。 下面的图像将显示我是如何想要信息。 发出这一信息也有条件,不需要用户标识。 这一电文申请在任何时间发出,即使其他用户已登录。

I think below points will help to understand my situation. 1) User A will login in application he can see other Application users (Friends or not friends) 2) He want to send message to user B who is not a Friend of User A ---Here user A s message will be send as Application post to User B s wall Just like below image

“这一形象将显示我是如何想要信息”/。</p

问题回答

暂无回答




相关问题
ExtJS load form items/fields from database

I am using ExtJS 3 here. I would like to populate a formpanel from database with fields to be submitted. Basically, I don t know witch fields my form will have and I want to generate all formpanel ...

How to use Ext JS for role based application

I am planning to use Ext JS for a large application. The application s features are role based. When user login, they only see menu and screen features related to them. My server side technology will ...

Dynamically adding a TabPanel to a Panel Region

I have a Panel layout with a TreePanel in one region. A user clicks on an node in the tree and a TabPanel should be displayed in another region with information, editing tools etc. for that tree node....

How to embed Json result within Extjs Panel?

I have some issues with Json result and embed it within the html of the Extjs Panel. Here s that I have managed to get so far. myPanel is embedded within a mainPanel, and I have some shows/hide of ...

Ajax data update. Extjs

I need to keep certain data ( in a grid) up to date and was gonna do a poll to the server every 15 seocnds or so to get the data and refresh the grid, however it feels a bit dirty ( the grid will have ...

Better way to call superclass method in ExtJS

All the ExtJS documentation and examples I have read suggest calling superclass methods like this: MyApp.MyPanel = Ext.extend(Ext.Panel, { initComponent: function() { // do something MyPanel ...

Merged Headers in Ext JS Grid

Is it possible to have two headers in Ext JS grids? I have to show my grid as grouped data.. for example product types and products. In my case I need a grid like this: Field | Product Type A ...

热门标签