Facebook viral script errors

BootLoot

Regular Member
Joined
Aug 23, 2010
Messages
205
Reaction score
78
API Error Code: 100
API Error Description: Invalid parameter
Error Message: next is not owned by the application.


I get that whenever someone tries to "share"

any ideas? I know its probably one stupid parameter.
 
I think you have a different app ID in the index file and the js file. They should be the same.
 
I though so too, but when someone clicks "like" it likes the correct app. Thats why I'm so confused.
 
make sure in the js that you have set the image link correctly. in the properties for the stream publish.
 
like my image? that I have on my site?
 
API Error Code: 100
API Error Description: Invalid parameter
Error Message: next is not owned by the application.

This error is shown when a different Application ID is used in one of your pages, Just search through notedpad for the "like" or "share" function and replace the ID with the correct one.

If its FBML it might like something like this.....

HTML:
<fb:share-button class="url" href="XXXXXXXXXXXX" />
 
I wish there was just an easier fb viral script that I could buy.
l
 
bootloot- which script are you using? i probably have a lot of insight for you on this.
 
Back
Top