Reading news feed into the virtual world

Inside an online social community, users want to know what their friends are doing. News feed is one of the sources that friends can share what they did recently or what they think is interesting. The news feed is displayed on the front page of the Facebook account by default. We can fetch the news feed from the API and display them inside the Flash virtual world. We will further filter the news feed to only display friends' news feed which is related to the Flash virtual world application.

Reading news feed into the virtual world

In order to fetch the news feed from the API, we need to grant another permission from the user.

_fb.grantExtendedPermission("read_stream"); ...

Get Flash Multiplayer Virtual Worlds now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.