Search code examples
iphonefacebook-ios-sdk

Posting photo on Facebook friends wall IOS SDK will that be affected by Removing the ability to post to friends' timelines via API


Hello everyone I am posting on my friends wall using this code

[appDelegate.facebook requestWithGraphPath:[NSString stringWithFormat:@"%@/photos",[NSString stringWithFormat:@"%lld",fbid]].

I am posting a photo as my code indicates. I wanted to know if that will be affected as per Facebook Developers Roadmap october 2, 2013.

Removing the ability to post to friends' timelines via API Link here


Solution

  • You can easily find this out by activating the October changes in the developer settings of your app, but i am pretty sure it will be affected.

    That´s how you get to the settings: https://developers.facebook.com/apps/[your-app-id]/advanced

    "October 2013 Breaking Changes" > enable

    You can always switch back, of course.