I am very tired with the problems of API, like Facebook Graph API, weather API etc.
I’ve used both API in my project. Graph API for Facebook and Google weather API for weather, but now on time of project completion, both API are not working. Google weather API depreciated in November,
And the Facebook features I’ve been using (post image on wall and post image on friend wall) were working last day, but now they don’t.
The problem is that when I log in, I get the message The page you requested is not Found and below a link to go back to the previous page.

And when i click the link “back to previous page” it shows message:
An error has occurred with AppName, please try again
API error code : 100
API error Description : Invalid Parameter
Error_message : cancel_URL URL is not properly formatted
I wants to know solution of Facebook API. Is this problem is with every developer? if API modified or changed what we can do regarding?
How long ago did you update your facebook API? About two weeks ago I had to remove my entire API, redownload, and change all the posting code my app was using. It stopped working entirely and had no idea until app users complained. Some necessary changes for the new facebook API:
Facebook recommends putting these in your appDelegate if you look at the newest sample apps.
And whereever you want to make your post put something like this:
Let me know if you have questions. Hope it helps!