2012-06-22 19 views

cevap

10
fb://profile – Open Facebook app to the user’s profile 
fb://friends – Open Facebook app to the friends list 
fb://notifications – Open Facebook app to the notifications list (NOTE: there appears to be a bug with this URL. The Notifications page opens. However, it’s not possible to navigate to anywhere else in the Facebook app) 
fb://feed – Open Facebook app to the News Feed 
fb://events – Open Facebook app to the Events page 
fb://requests – Open Facebook app to the Requests list 
fb://notes- Open Facebook app to the Notes page 
fb://albums – - Open Facebook app to Photo Albums list 

fb://post/(postId) 

Sonra böyle diyoruz: BİR ÇOK daha örneklerle

NSURL *url = [NSURL URLWithString:@"fb://<insert function here>"]; 
[[UIApplication sharedApplication] openURL:url]; 

Kaynak: http://wiki.akosma.com/IPhone_URL_Schemes#Facebook

+0

Bu iOS 6 üzerinde çalışmak için görünmüyor - fb: // *** açar Facebook Uygulama, ancak belirtilen içeriğe değil. – Jamie

+0

Yep, iOS6 ve facebook entegrasyonu facebook URL'lerinin çoğunu kırdı. – danielbeard

+1

Bir iş sayfasına ne dersin? Normalde www.facebook.com/mybusiness olur. – QED

İlgili konular