I am Trying to integrate the Facebook Dialog Feed, For IOS 5, using following code but it is giving me the error "An Error occured with Your App, Please try again later",
Following the exate code that developer.facebook given
i just want to redirect user to the web where user can see the dialog and add some text and than share the score on users timeline
NSString*urlpath= @"http://facebook.com/dialog/feed?app_id=149745758504995&link=https://developers.facebook.com/docs/reference/dialogs/&picture=http://fbrell.com/f8.jpg&name=Facebook%20Dialogs&caption=Reference%20Documentation&description=Using%20Dialogs%20to%20interact%20with%20users.&redirect_uri=http://www.example.com/response";
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:urlpath]];