Facebook Event Inviter App - Shared by Inception

I'm gonna give this script a try with a new 200k page I just got, hopefully it still works. How long do the events and apps last before being deleted?
 
Can you please provide an instruction on how to add this app? I'm not sure where I should redirect and etc..can someone take the time to make a sample instruction readme? Thanks !
 
I get a FB api error code 191
API Error Code: 191
API Error Description: The specified URL is not owned by the application
Error Message: redirect_uri is not owned by the application.
i am using xhttp mysite/etest/ as the App Domains and Canvas URL
Also i used event id as 1234567890 from fb url FB/events/1234567890/ for the fb_settings.php file.. is this correct?
Thanks
 
Guide Book Wiki style... lol

1. down load and un zip app or files.. You will edit the fb_settings.php and the landing page.
2. upload to your server
3. log in to facebook and click on Developers at the bottom of the page. Then Apps at the top to create a new App.
4. this is where u will get the info for the fb_settings.php secret key and app id.. but u will need to make an event for the event id.
5. the app will ask you for a canvas url, and a secure url.. if u leave it blank u will get the following error when u go to your url .. To fix this error, please set your Canvas Callback URL in setting..... Once it has been set, users will be redirect to that URL instead of this page after logging in.
6. Go to events and make an event..
7. Someone else will have to edit and take it from here because I have no idea what is the event ID nor what url to put in from step 5. as any i have put in all come up with an error from fb even when i used a secured site.
.... hey I am a new to this and its a start........:grouphug:
 
What I write in fields?

Website with Facebook Login?

App on Facebook?

Thanks
 
Drop some info. I'd like to try it if it's actually working.
 
Yes, works, but SSL bugs.. so my app is "down" ouiiiinnnnn !:(
 
so Hackgen ... can ya give us the play by play to getting it going as you know it...
 
"OAuthException: An active access token must be used to query information about the current user."

Anyone know how to fix this error?
 
so Hackgen ... can ya give us the play by play to getting it going as you know it...

The play by Play ?

"OAuthException: An active access token must be used to query information about the current user."
Anyone know how to fix this error?

Edit permissions.php :

Add
require_once('facebook.php');
after
<?php ...

Edit Post.php
Add
require_once('facebook.php');
require_once('fb_settings.php');
after
if($session) { ...
 
hackgen.. Yes can you fill in the blanks for us here. I started but am clueless to the rest and it seems so are many others.. .. Thanks

3. log in to facebook and click on Developers at the bottom of the page. Then Apps at the top to create a new App.
4. this is where u will get the info for the fb_settings.php secret key and app id.. but u will need to make an event for the event id.
5. the app will ask you for a canvas url, and a secure url.. if u leave it blank u will get the following error when u go to your url .. To fix this error, please set your Canvas Callback URL in setting..... Once it has been set, users will be redirect to that URL instead of this page after logging in.
6. Go to events and make an event..
7. Someone else will have to edit and take it from here because I have no idea what is the event ID nor what url to put in from step 5. as any i have put in all come up with an error from fb even when i used a secured site.
 
Event ID is ID when you create an event in fb

Type: facebook[dot]com/events/4703604xx993158 ( xx = hidden numbers for this example )

I dont find .. for SSL ...
 
In Fb Developers page....How do u fill in

App Domains:
Website with FaceBook Login
Site URL:

App on FaceBook
Canvas URL:
Security Canvas URL:

[FONT=&quot]????? a example of what it should look like would be great .. thanks
[/FONT]
 
The app is deleted in minutes, anyone know how to avoid this?
 
it would be good if any of you that got it working could tell us step by step how to make it work it. I started the process . we just need you to fill in the blanks
 
I AMNEW TO THIS ,I KNOW NOTHING
what is does
i want a invitor which will give me many people
note:i have real accounts,site
thats it
I am ready to Pay u Short

thanks
pm me
 
whare can i upload this codes? im a complete noob
 
Last edited:
Back
Top