Home
Blog
Platform Updates: Operation Developer Love

June 10, 2011

Platform Updates: Operation Developer Love

By Eugene Zarashaw

New Insights graph for page load times

App Insights will now display page load times for any Canvas iframe applications that call, FB.Canvas.setDoneLoading, from the Javascript SDK. For custom control of what gets counted as page load time, you can use the FB.Canvas.stopTimer and FB.Canvas.startTimer. This feature will allow you to track the load time of the entire canvas page, not just your iframe.

"iframe" dialog no longer allowed when requesting certain permissions

We recently pushed a change that will no longer allow certain permissions to be requested using the iframe display type for security reasons. These permissions currently include:

read_stream
manage_friendlists
read_mailbox
sms
xmpp_login
ads_management
read_insights
read_requests
manage_pages

If you are using our Javascript SDK, you don’t need to change anything. We will automatically pop a popup wherever you specify the iframe display type and are requesting one of these permissions. If you are not using our Javascript SDK and were using display=iframe, you’ll need to change your code to popup a window and load the dialog using display=popup on your own.

Please note that a popup dialog has always been required for the initial authorization and permissions prompt. This change only affects permission dialogs prompted after the initial authentication step.

Minimum width for Open Graph page images

When specifying an og:image Open Graph tag, if you would like that image to be displayed next to the posts made by that page, it’s now required that your image has a minimum width of 180 pixels.

Documentation activity for the past 7 days

  • We updated the Graph API docs for the Post and Comment objects
  • 122 docs are under review

Fixing bugs

Bugzilla activity for the past 7 days:

  • 185 new bugs were reported
  • 46 bugs were reproducible and accepted (after duplicates removed)
  • 15 bugs were fixed (12 previously reported bugs and 3 new bugs)
  • As of today, there are 1,262 open bugs in Bugzilla (down 94 from last week)

Forum activity

Developer Forum activity for the past 7 days:

  • 550 new topics created
  • 237 New Topics received a reply
  • 21% received a received a reply from a community moderator or Facebook employee


TAGS

Get our newsletter

Sign up for monthly updates from Meta for Developers.

Sign up