user_about_me is an invalid scope. Facebook Log in app.

There is an error in facebook connect app. user_about_me is an invalid scope. I'm trying to fetch extended profile info from una facebook app.

  • 323
  • More
Replies (2)
    •         $this -> aFaceBookReqParams = array(

                  'scope' => getParam('bx_facebook_connect_extended_info') 

                      ? 'email,public_profile,user_friends,user_birthday,user_about_me,user_hometown,user_location'

                      : 'email,public_profile',

                  'redirect_uri' => $this -> sPageReciver,

              );

      • Also, facebook says I need to make a test api call for me to be able to submit extended scopes for review. How do I make a test api call?

        "To request advanced access to this permission, you need to make a successful test API call. It may take up to 24 hours after the first API call for this button to become active."

        Login or Join to comment.