Tag Archives: counter
Facebook Platform. Good Experiences.

Facebook Platform. Good Experiences.

In a recent blog post Facebook encouraged users to be trustworthy and to create great user experiences.

The deadline for enforcement of the new Facebook Developer Principles and Policies has passed and now all the application developers that violate those rules will be punished. The actions taken against the apps will range from simple warnings, suspension of certain functionality to the outright disablement of the app according to the “severity” of the violation, the developer’s history of compliance and the impact of the violation on the users of the application.

These new changes to the Developer Principles and Policies will slow down the growth of new applications significantly. The auto pop-up permission requests, bookmark reminders will be considered as violations. The stream stories can no longer be used as methods for users to invite friends to the applications and soon Facebook will disable all the viral channels of communication (notifications, requests) and leave developers with only the dashboard counters and the Inbox.

Added to this, as outlined in the Facebook Developer Roadmap, Developers will be able to obtain the users’ primary email addresses and the formatting of the canvas will change to better outline the brand of the application. To me this looks like Facebook is slowly “pushing away” the applications from Facebook.com to better highlight that they are the creations of third party developers, not Facebook itself.

Proposed Roadmap Canvas of a Facebook Application

Dashboard Roadmap. API Available

Dashboard Roadmap. API Available

Facebook has just announced that the new Dashboard API is now available for testing. According to the dashboard roadmap the Facebook Dashboard API lets you integrate your application into the Application Dashboard or the Games Dashboard (depending upon the type of application you have). These dashboards help users discover and engage with your applications on Facebook. They display which application’s users and their friends recently used as well as any news your applications wish to communicate to users.
The Dashboard API integrates with the Games and Application Dashboard in two ways: It gives you the ability to post news items to a user’s dashboard, providing information to the user and giving the user the opportunity to take action. It lets you set a counter as a lightweight way for you to inform your users to take action within your application.

There will also be two types of news that the applications can post on to the dashboards – Global and Personal News Items. Global News Items will be visible to all of the users of the app, while the Personal News Items will be a way to communicate with only 1 user of the app.

Games Dashboard

Games Dashboard

The Dashboard API lets you set the counters that appear next to your application bookmark under the profile picture (if the user bookmarked the application) and in news items on the dashboard. The counter informs the user in a lightweight way to take an action in your application.
After you set the counter for a user, Facebook clears the counter when the user clicks your application’s bookmark. However, when the user visits your application’s canvas page, you must call dashboard.clearCount to reset the counter.

Also, in this week’s code push Facebook updated some API calls (events.invite, group FQL table), so that they can now work without session keys.