Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8577839
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T20:14:59+00:00 2026-06-11T20:14:59+00:00

I am very tired with the problems of API, like Facebook Graph API, weather

  • 0

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.

enter image description here

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T20:15:00+00:00Added an answer on June 11, 2026 at 8:15 pm

    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.

        #import <FacebookSDK/FacebookSDK.h>
    
         - (BOOL)openSessionWithAllowLoginUI:(BOOL)allowLoginUI {
            NSArray *permissions = [NSArray arrayWithObjects:@"publish_actions", nil];
                    return [FBSession openActiveSessionWithPermissions:permissions
                                                          allowLoginUI:allowLoginUI
                                                     completionHandler:^(FBSession *session, FBSessionState state, NSError *error) {
         if(state==513){
                       //facebook usage has been approved
                       }
                       }];
                }    
    
         - (BOOL)application:(UIApplication *)application
                            openURL:(NSURL *)url
                  sourceApplication:(NSString *)sourceApplication
                         annotation:(id)annotation {
                    // We need to handle URLs by passing them to FBSession in order for SSO authentication
                    // to work.
                    return [FBSession.activeSession handleOpenURL:url];
                }
    

    And whereever you want to make your post put something like this:

        if(facebookEnabled==YES)
        {
    
         NSString *fbText=[NSString stringWithFormat:@"whatever text you want to post";
    
                [FBRequestConnection startForPostStatusUpdate:fbText
                                            completionHandler:^(FBRequestConnection *connection, id result, NSError *error) 
    {
                                                                                        }];
        }
    

    Let me know if you have questions. Hope it helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Working with the Facebook API makes my ears bleed, but nonetheless I've got a
I have tried for a very long time now to figure out, why this
I have tried my best to understand a very similar StackOverflow question , but
This is quite possibly a very stupid question but I've tried searching for and
Well, I tried GitHub for Mac - very useful thing, but I don't want
I am calling a map via google maps v3 api on my personal website.
I'm developing a JavaScript API service. Main html page looks like this: <html> <head>
I am using Google Maps API to display a map on a certain page.
Baffled by the huge quantity of answers and problems on this subject. Now, I
I have a very simple AS3 app that draws few circles using drawing api

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.