Aggregations not working in Facebook Open Graph Timeline App - facebook

I've followed this tutorial step by step: http://developers.facebook.com/docs/beta/opengraph/tutorial/
The only problem is when I try to submit an action for approval it says:
No Aggregations created for this Action Type. Please create a completed Aggregation populated with sample data before submitting for review.
The thing is a have set up an Aggregation. When I click the Preview link it just shows a Loading screen and then disappears. I've checked the Aggregation setup many times with different configuration. Nothing seems to work.
Any help would be appreciated.

Before submitting aggregation you have to add preview actions and preview objects, Setup Auth Dialog Preview for Authenticating user section of this tutorial may be helpful to you.

The Aggregation preview dialog had a bug in it for about a week through 11/13. As of 11/14/2011, it's back up and working again.

I had the same problems, but managed to solve it after some trial-n-error.
The solution was to make sure to add all the preview objects required for the aggregation:
Create an Aggregation
Preview the aggregation
Add 4 (the number that worked for me, might be enough with 2) Preview Objects
Add your created preview objects as Preview Actions
After this, I was able to submit the action.
This is pretty much what Hasniain said, but in a less descriptive way. At least, I didn't get it just by looking at his answer, albeit correct.

This is ridiculous, but I was having the same issue and finally had success by clicking between the object and action previews until the standard preview window actually displayed my preview objects, THEN clicking save. That is, even when it showed that both a preview action and preview object exist, I had to enter, not alter, and exit one of the action or object preview sub-screens until the aggregation preview displayed an object.
I understand that there is no sensible methodology there, but this is how I finally got the og to understand that I had in fact defined an aggregation. Hope this helps.

This seems to be a valid bug that I reported yesterday. Please add your own repros to it, so Facebook devs can update us on what's going on:
Unable to create new Aggregation: http://developers.facebook.com/bugs/295741107138424
Unable to submit Open Graph Action: http://developers.facebook.com/bugs/162515500520749

Related

Bug with and without linked test cases

I want to pin a chart to the Azure DevOps Services dashboard that shows how many bugs in the current sprint have a linked test case or not.
I have been able to put up a query for the same but it appears that such queries can't be charted out. Is there an alternate way?
Here's the error that I get while creating a chart out of my query
Additionally, I would also like to know if there is a way to ensure that when I Resolve/Close a bug workitem in AzDo services, I can check if there is at least one associated test case work item with the bug. I have explored Bug rules but can't find out a clean way to get the link types associated with the work item. How can I achieve this?
Thanks
I have been able to put up a query for the same but it appears that
such queries can't be charted out. Is there an alternate way?
As for the error you got, it's one open issue here in our feedback forum, the product team is considering about it. But there might be some time before the feature comes true. You can track the issue to get notifications if there's any update. Sorry for the inconvenience.
Is there an alternate way?
If you just need a widget to display the results of the query, you can consider using Query Results widget, if supports tree or direct links. But if you do want the pie chart for WITs, I afraid it's not supported for now when using tree or direct links. You can check the related extensions here.
I have explored Bug rules but can't find out a clean way to get the
link types associated with the work item. How can I achieve this?
As I know we don't have such option in Azure Devops Boards.
If we close/delete one workItem, it won't display a prompt or what that tells us the related workItems are still active.
But I think that would be a great idea, so I suggest you can post one feature request here to share your idea to product team. Then we can share the feature request link here and people who interested in that would vote for you! Hope all above make some help :)

Not able to get attached document in workflow task consistently

I am using Alfresco Community 5.1.0 and observing a strange behavior in workflow task. When I open a task to complete which contains attached document as packageItems. I am not able to see that document instead I am seeing a Select button. But when I refresh a page, I am able to see attached document. After carefully observing this behavior I found that, the task edit page is getting rendered first then packageItems which contains attached is rendered. I am not sure whether this is a cause for not getting documents in packageItems or it is occurring because of any other reason. It would be appreciable any would help me in solving this problem.
I am attaching two screenshots which would help to understand this problem better
1:- Not found document in task
2:- Able to see document after refreshing the page

Add a Filter for Date Range option in a list

Here is a little background on the task:
My client has a sharepoint site that has a list of data. One of the columns or fields is a date field, this date is entered manually using MM/DD/YY Format.
My client has requested me to add an option where they could filter the columns by a range of dates on the webpart view.
I read this guide: https://www.nothingbutsharepoint.com/sites/eusp/pages/sharepoint-list-filtering-by-date-range.aspx and i got it to work, but it seems to be a bit buggy, meaning that sometimes the list will not get filtered by the specified dates..
Another issue with this method is that there is no Submit/Go button.
FROM: [ Text Field ] TO: [ Text Field ] [GO Button]
My client would love to have something like the example above where there are two text fields next to each other and a button that they can click to make the filter activate.
I searched for hours and hours and was not able to find something like this.
Do you guys know of a solution and if so, provide me with a link or guide, on how to achieve this problem? Thanks
EDIT:
It seems that there is a Apply Filters Button Web Part that does what i need. I added it and it seems to work Okay. I have to click Apply Filters TWICE in order for it to work.. weird huh? is there a fix for that?
FYI: i followed the guide linked above and just added the apply filters button.
Okay i fixed it,
It was because i was adding the date filter web parts to the library itself, and i was supposed to create a page for it and add my web-parts in there.
Found a solution that'll load the filters on first click for me.
In SPD, under the web part that displays the list items (XsltListViewWebPart), change these two to "True":
ClientRender="True" and IsClientRender="True"
Similar issues mentioned in this thread gave insights to button load sequences and why it doesn't render results on the first click.

Rest Console for Chrome won't let me input any info

I installed the Rest Console extension onto Chrome. I can't use this Rest Console for anything, because the only fields that accept text are 'Request URL' and 'Request Method'.
I ask here as there is no resources or community accessible for even simple instructions on how this extension works, and there are likely members of this community who have used this extension.
Use the Postman - REST Client it works perfectly!
your_url_to_post: Fill the URL
your_json_param: The name of the param that you'll pass you json
your_json_data: The json content
Don't forget to select x-www-form-urlencoded if you'll do a post
http://i.stack.imgur.com/TISW1.png
You should be able to enter text in the other field if you tick the checkbox associated to the field first.
I started having a similar issue myself (Forms wouldnt let me input data I could click them but thats as far as it went) across a lot of web pages to include my own php game and I know the form code hasnt changed at all before this issue started. I came across a article of someone else having a similar issue themselves that I was having and someone said that they needed position: relative on their forms that are not given specific instructions on positioning when dealing with google chrome. I have since made this change myself at www.immoralattack.com and the issue has stopped on that site but still continues on many others so its pretty safe to say that is the issue.
Its only happening on the dev build of chrome for me atleast and I hope this isnt something they plan on implementing on live or this will mess up alot of websites.
Also try turning off auto fill from chrome if its on, while I was looking for this bug I found alot of similar bugs but they delt with auto fill being on.

Can I edit the aggregation without getting a new approval?

I searched the documentation but didn't find anything and wanted to be sure. I didn't want us having to wait a few days for another submission to go through when we just want to make a couple of edits.
UPDATE: Just took a shot at it and you can edit aggregations, actions and objects without getting a new approval.
Confirmation: You can edit aggregations, actions and objects without getting a new approval. Tested it and wasn't required to approve again.