
- iOS Tutorial
- iOS - Home
- iOS - Getting Started
- iOS - Environment Setup
- iOS - Objective-C Basics
- iOS - First iPhone Application
- iOS - Actions and Outlets
- iOS - Delegates
- iOS - UI Elements
- iOS - Accelerometer
- iOS - Universal Applications
- iOS - Camera Management
- iOS - Location Handling
- iOS - SQLite Database
- iOS - Sending Email
- iOS - Audio & Video
- iOS - File Handling
- iOS - Accessing Maps
- iOS - In-App Purchase
- iOS - iAd Integration
- iOS - GameKit
- iOS - Storyboards
- iOS - Auto Layouts
- iOS - Twitter & Facebook
- iOS - Memory Management
- iOS - Application Debugging
- iOS Useful Resources
- iOS - Quick Guide
- iOS - Useful Resources
- iOS - Discussion
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 Articles
- The URL Schemes
- Where are the app cookies stored on the iPhone?
- What are the methods supported by W3C DOM?
- What are the data types supported by JDBC?
- What are the escape sequences supported by C#?
- What are the document methods supported by Legacy DOM?
- What are the transaction isolation levels supported by JDBC API?
- What are the parameters supported by Get-ChildItem in PowerShell?
- What are the schemes of Branch Detection?
- What are the schemes of Branch prediction?
- What implicit objects are supported by JSP?
- What are Directory Schemes?
- What is the query to know about all character sets supported by MySQL?
- What are the different types of conditional statements supported by C#?
- What are the MySQL Supported Platforms?

Advertisements