[SOLVED] API Error Code: 100 - figured out why

13 years 9 months ago #137802 by kopoba11
Hi, I was getting this error with my facebook connect
API Error Code: 100
API Error Description: Invalid parameter
Error Message: next is not owned by the application.

I realized that my connect url in facebook is
www.example.com

but I was using example.com in my browser therefore I was getting an error.

Looks like this is the limitation of facebook. any ideas/work arounds

some people no longer type www for websites so how to make facebook connect work for them

Post edited by: krileon, at: 2010/07/15 22:14

Please Log in to join the conversation.

13 years 9 months ago #137847 by kopoba11
Replied by kopoba11 on topic Re:API Error Code: 100 - figured out why
I set-up rewire rule in htaccess file on apache

#Require the www
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.askapache\.com$ [NC]
RewriteRule ^(.*)$ www.askapache.com/$1 [R=301,L]


let me know if any other solutions

Please Log in to join the conversation.

13 years 9 months ago #137906 by krileon
Replied by krileon on topic Re:API Error Code: 100 - figured out why

Looks like this is the limitation of facebook. any ideas/work arounds

Correct, Facebook has this in place for security. Contrary to popular belief www.domain.com is NOT domain.com (not sure why so many has adopted the www. subdomain usage).

I set-up rewire rule in htaccess file on apache

This is the best approach.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.156 seconds

Facebook Twitter LinkedIn