Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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]];
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.