

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What are all the custom URL schemes supported by the Facebook iPhone app?
A url Scheme is a way of iOS to open some third party applications from within a app. Some of the URL schemes that are supported by facebook to open different modules of facebook app from within some other app are mentioned below.
1. To open facebook profile: fb://profile 2. To open request list: fb://requests 3. To open friends list : fb://friends 4. To open notes: fb://notes 5. To open the list of notifications : fb://notifications 6. To open albums: fb://albums 7. To open feeds/ home : fb://feed 8. To open events : fb://events 9. To open a page with id: fb://page?id=%@ 10. To open messenger: fb-messenger:// 11. To open messaging list: fb://messaginglist 12. To open story: fb://story?%@ 13. To upload cover photo: fb://uploadcoverphoto
At the time of writing this article these are some of the working url schemes in facebook’s iOS app. As facebook is regulary releasing updates, some of them may stop working in future or there might be possible changes or addition in the url Schemes.
- Related Questions & Answers
- Where are the app cookies stored on the iPhone?
- What are the escape sequences supported by C#?
- What are the methods supported by W3C DOM?
- What are the data types supported by JDBC?
- What are the document methods supported by Legacy DOM?
- What are the schemes of Branch Detection?
- What are the schemes of Branch prediction?
- What are the transaction isolation levels supported by JDBC API?
- What are the parameters supported by Get-ChildItem in PowerShell?
- What are the MySQL Supported Platforms?
- What are Directory Schemes?
- What implicit objects are supported by JSP?
- What are the different types of conditional statements supported by C#?
- What are the schemes for checking the availability of operands?
- What are common HTML Events supported by JavaScript?
Advertisements