Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Flash Multiplayer Virtual Worlds

You're reading from  Flash Multiplayer Virtual Worlds

Product type Book
Published in Aug 2010
Publisher Packt
ISBN-13 9781849690362
Pages 412 pages
Edition 1st Edition
Languages

Table of Contents (18) Chapters

Flash Multiplayer Virtual Worlds
Credits
About the Author
About the Reviewers
1. Preface
1. Developing Flash Virtual World 2. Installing the Servers 3. Getting Familiar with SmartFoxServer 4. Creating Map and Ground in Isometric View 5. Creating Avatars 6. Walking Around the World 7. Creating Buildings and Environments in the Virtual World 8. Creating an Inventory System 9. Communicating with Other Players 10. Interacting with NPC 11. Designing Quests 12. Social Community 13. Deploying and Maintaining Flash Virtual World

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.

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

_fb.grantExtendedPermission("read_stream");

We will use the GetStream class to fetch the news feed stream. There is a parameter to filter the fetching result. We can pass the app_ApplicationID to filter the result with the specific application only. Here my application ID of the Flash virtual world is 10910600246265, and the filter parameter is app_10910600246265...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}