Since last Wednesday's update, we launched App Center, announced Facebook Integration for WordPress, and published information on our Toronto Hack.
We're continuing to gradually rollout the App Center, including to some people using Facebook for iPad. The App Center lists quality iPad apps that have integrated Facebook Login. No changes are needed to be listed in the App Center, as long as you selected "Native iPad App" as a supported platform when you created your app detail page.
To optimize the experience across mobile devices, developers can now find out which devices their users have. Querying the /User edge of the Graph API for the device
field returns the device or devices used by that person. Using this information, you can improve the mobile app or game experience for users in many ways, such as prompting a web user with an iPhone to install your native app or offering a user to invite their friends with devices supported by your mobile app. Check out the Multi-Friend Selector documentation to learn more about implementing this feature.
The following changes can all be enabled/disabled using September 2012 Breaking Changesmigration (will be available in the next 7 days) until September 5th when they will go into effect permanently for everyone:
Removing Live Stream plugin
The Live Stream plugin will be removed on September 5, 2012. We recommend using the Comments Box plugin instead. Please migrate your app as soon as possible. On September 5th, if your app is still using the Live Stream plugin, we will render the Comments Box plugin in its place. While it offers similar functionality, there are a few functional differences. Please see the Live Stream plugin documentation for more info.Renaming 'likes' property of Comments and 'votes' property of QuestionOptions
We will be renaming thelikes
property of the Comment object tolike_count
and thevotes
property of the QuestionOption tovote_count
.Minor change to admin.getAppProperties call
When making anadmin.getAppProperties
call, we will now return an empty iOS Bundle ID as[]
instead of[""]
.Returning actual size in photo_src table
We will start returning the actualsize
,height
, andwidth
of photos in thephoto_src
FQL table instead of the dimensions of the bounding box.
Sign up for monthly updates from Meta for Developers.