我正试图利用Graph/59/,以获取张贴在事件墙上的图像。 我通过查询<编码>331218348435/photos,尝试利用开发商指南中的实例活动,然后我获得一系列照片。
但是,当我用我自己的一件事来取代身份证时,它就归还了一个空洞的数据集。 如果我删除<代码>/photo,则我获得有关该活动的信息。 该活动是公开的,有两幅图像贴在隔离墙上。 它为什么要归还一个空洞的数据集? 我的活动编号为328289597226043
。
我正试图利用Graph/59/,以获取张贴在事件墙上的图像。 我通过查询<编码>331218348435/photos,尝试利用开发商指南中的实例活动,然后我获得一系列照片。
但是,当我用我自己的一件事来取代身份证时,它就归还了一个空洞的数据集。 如果我删除<代码>/photo,则我获得有关该活动的信息。 该活动是公开的,有两幅图像贴在隔离墙上。 它为什么要归还一个空洞的数据集? 我的活动编号为328289597226043
。
这可能是一种丑闻,可参看question。 这个问题类似。
I ve tried to create one event for myself and tried to experiment with images but I don t seem to get any photos out of it.
I have an auction website which let my users place an unlimited amount of autobiddings. To monitor these autobiddings something has to check the database every second. My question is if it is ...
I m trying to expose some events from a private object which is contained inside the object I am creating and it looks like the compiler is happy with this: private WindowUpdateServer ...
In my program, there is a place when I need to access a singleton resolved from a factory and attach to its event: void MyMethod() { myFactory.Resolve<MySingleton>().DoWork += WorkMethod; } ...
由于将javascript DOM方法放在第html页底部(在<有人>之后)远比利用“j Query”准备活动要快得多,因此我们不得不这样做:
I have a parameter that needs to be passed along with an event. After unsuccessful attempts to place it on the type by extending the class, I ve been advised in another SO question to write a custom ...
I have a page which displays multiple blocks with results details. Inside each block I have some <a> tags with thickbox jQuery plugin attached: class="thickbox" Here is an example of one kind ...
I have a form, and want to disable/enable its submit button depending on whether the form s input text fields are empty or have had text entered into them. I think this means having an event handler ...
I ve built a shop with tons of JS running. One of the pieces of the cart, is a zip code field which is required to calculate shipping cost. This works fine going through the cart. Now clicking ...