Page 67 of 70 FirstFirst ... 17576566676869 ... LastLast
Results 661 to 670 of 695
  1. #661
    Join Date
    Jul 2012
    Posts
    346
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by infogate View Post
    Suggested solutions

    1. Double check that you provide the correct token to application
    2. Double check the following information are corect before run the facebook_authorization.php

    //edit with your info
    $app_id = "xxxxxxxxxxxxx"; //given when you created app
    $app_secret = "YYYYYYYYYYY"; //given when you created app
    $site_url = "http://www.yourdomain.com/facebook_authorization.php"; //full path to location of this file.


    3. Double check that you provide correct information to the update_product.php

    //AutoFacebook
    $app_id = "xxxxxxxxxxxx"; //given when you created app
    $app_secret = "YYYYYYYYYYYY"; //given when you created app
    $page_id = "KKKKKKKKKKKKK"; //obtained from running facebook_authorization.php from your browser
    $page_token = "VERY LONG STRING YOU GET FROM facebook_authorization.php"; //long number obtained from facebook_authorization.php

    4. Double check Application ---> Settings ---> Migrations ---> ON

    If you follow all the above and try not to mix the information from page_id and page_token with other pages you might created in facebook everything will work perfect.

    Checked again and everything looks correct but issue still exist.

    The only two reasons I can think of are:

    In demo video when author created FB app it did not ask him to select category which is required now.

    When I open facebook_authorization file first time to authorize app it shows on top "manage_pages" feature not available as it require approval. But later on it shows app will control "Manage pages"

    So I think issue is probably here.

  2. #662
    Join Date
    Jun 2009
    Location
    Thessaloniki, Greece
    Posts
    41
    Plugin Contributions
    1

    Default Re: AutoFacebook [Support]

    OK. I am totally sure that you are missing a step there to authorize your application.

    * manage_pages (or manage_groups) - This is what verifies you are a manager of a page/group and are allowed to post to it
    * publish_actions - This is what allows the app (your site) to post on your behalf


    The last thing to propose is to

    1. Remove the application you created
    2. Create a new one and
    3. Follow all the steps from the begining as it apears to this video tutorial
    My Online Store thanks to Zen Cart
    If everything else fails.... read the f@#$%ing manual :)
    And always remember before any change!!! Backup to be able to go back!

  3. #663
    Join Date
    Jul 2006
    Posts
    60
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    This is the error I am getting even tho I authorized the app to access facebook


    Click image for larger version. 

Name:	error.png 
Views:	83 
Size:	52.4 KB 
ID:	14491

    any help is appreciated. Thanks

  4. #664
    Join Date
    Jul 2012
    Posts
    346
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by MadPricerSales View Post
    This is the error I am getting even tho I authorized the app to access facebook


    Click image for larger version. 

Name:	error.png 
Views:	83 
Size:	52.4 KB 
ID:	14491

    any help is appreciated. Thanks
    This is exact same error I have been getting but have not find solution even I have tried making new app and using new data but still getting same error. Please let me know if you find a solution.

  5. #665
    Join Date
    Jul 2006
    Posts
    60
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by jsarwar View Post
    This is exact same error I have been getting but have not find solution even I have tried making new app and using new data but still getting same error. Please let me know if you find a solution.
    I have tried every thing and no success, I am fixing to send email to facebook to see if it might be on there end.

    I have even tried older versions of AUTOFACEBOOK.

  6. #666
    Join Date
    Jun 2009
    Location
    Thessaloniki, Greece
    Posts
    41
    Plugin Contributions
    1

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by MadPricerSales View Post
    This is the error I am getting even tho I authorized the app to access facebook


    Click image for larger version. 

Name:	error.png 
Views:	83 
Size:	52.4 KB 
ID:	14491

    any help is appreciated. Thanks

    Please ensure that this is enabled to facebook application

    Status & Review ----> Do you want to make this app and all its live features available to the general public? ---> yes
    My Online Store thanks to Zen Cart
    If everything else fails.... read the f@#$%ing manual :)
    And always remember before any change!!! Backup to be able to go back!

  7. #667
    Join Date
    Jul 2006
    Posts
    60
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by infogate View Post
    Please ensure that this is enabled to facebook application

    Status & Review ----> Do you want to make this app and all its live features available to the general public? ---> yes
    Yes I have that set to yes

  8. #668
    Join Date
    Jun 2009
    Location
    Thessaloniki, Greece
    Posts
    41
    Plugin Contributions
    1

    Default Re: AutoFacebook [Support]

    Quote Originally Posted by MadPricerSales View Post
    Yes I have that set to yes
    1. Double check that you provide the correct token to application
    2. Double check the following information are corect before run the facebook_authorization.php

    //edit with your info
    $app_id = "xxxxxxxxxxxxx"; //given when you created app
    $app_secret = "YYYYYYYYYYY"; //given when you created app
    $site_url = "http://www.yourdomain.com/facebook_authorization.php"; //full path to location of this file.


    3. Double check that you provide correct information to the update_product.php

    //AutoFacebook
    $app_id = "xxxxxxxxxxxx"; //given when you created app
    $app_secret = "YYYYYYYYYYYY"; //given when you created app
    $page_id = "KKKKKKKKKKKKK"; //obtained from running facebook_authorization.php from your browser
    $page_token = "VERY LONG STRING YOU GET FROM facebook_authorization.php"; //long number obtained from facebook_authorization.php

    4. Double check Application ---> Settings ---> Migrations ---> ON

    If you follow all the above and try not to mix the information from page_id and page_token with other pages you might created in facebook everything will work perfect.

    If you keep getting the same error i suggest to delete facebook aplication and create it again
    My Online Store thanks to Zen Cart
    If everything else fails.... read the f@#$%ing manual :)
    And always remember before any change!!! Backup to be able to go back!

  9. #669
    Join Date
    Jul 2006
    Posts
    60
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    I beleive that under the newer facebook development apps you have to submit it for approval before the app will allow posting to your facebook page.

    here is a pic of the app asking for permissions, but not permissions to post.

    Click image for larger version. 

Name:	submit.png 
Views:	44 
Size:	24.9 KB 
ID:	14493

  10. #670
    Join Date
    Sep 2010
    Posts
    24
    Plugin Contributions
    0

    Default Re: AutoFacebook [Support]

    Cant belive this, today I loose all images on facebook as they dont accept now spaces in image name. Is there workaround in AutoFacebook that can pass this problem? THANX

 

 
Page 67 of 70 FirstFirst ... 17576566676869 ... LastLast

Similar Threads

  1. v151 autofacebook help
    By sean g in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 27 Nov 2014, 08:52 PM
  2. AutoFacebook and Canada Post Modules
    By DJLQD in forum General Questions
    Replies: 0
    Last Post: 27 Feb 2013, 02:32 PM
  3. v139h Help please with Autofacebook - Support thread is no longer supported
    By shags38 in forum General Questions
    Replies: 0
    Last Post: 18 Jul 2012, 01:49 PM
  4. Problems with AutoFacebook
    By amanda099 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 31 Aug 2010, 10:12 AM
  5. AutoFacebook OG 1.3.9 addon problems
    By eOstrE in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 7 Jul 2010, 09:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR