PHP Classes

I have used this class and using this class my big problem of...

Recommend this page to a friend!

      Facebook Connect  >  All threads  >  I have used this class and using...  >  (Un) Subscribe thread alerts  
Subject:I have used this class and using...
Summary:Package rating comment
Messages:9
Author:Badaruddin
Date:2010-12-10 07:36:54
Update:2011-05-09 17:17:20
 

Badaruddin rated this package as follows:

Utility: Good
Consistency: Good
Examples: Good

  1. I have used this class and using...   Reply   Report abuse  
Picture of Badaruddin Badaruddin - 2010-12-10 07:36:56
I have used this class and using this class my big problem of facebook connect is solved and previously i was facing problem of permission of facebook but now using this class its taking permission and working fine
thanks to Huzoor

  2. Re: I have used this class and using...   Reply   Report abuse  
Picture of Huzoor Bux Huzoor Bux - 2010-12-10 07:41:04 - In reply to message 1 from Badaruddin
Thank you Badaruddin for using my class.

  3. Re: I have used this class and using...   Reply   Report abuse  
Picture of Shashi kanth Shashi kanth - 2011-01-05 05:09:07 - In reply to message 2 from Huzoor Bux
Hi, iam facing an error with this class.... iam not able to run the sample example given... basically i want to autenticate the user and then fetch the user's email after successful login.

Please can anyone tell me, how to achieve this?
Any working example please ?

  4. Re: I have used this class and using...   Reply   Report abuse  
Picture of Huzoor Bux Huzoor Bux - 2011-01-05 05:38:30 - In reply to message 3 from Shashi kanth
This class is working fine as i have check this twice.

$id = "184950098597"; // facebook applicationh ID.
$sec = "d38b401815beb67e232da77c317130fe"; // facebook application secrate.
$callback = "http://www.example.com/abc.php"; // call back url ie http://www.example.com/abc.php/

Change your facebook application id and secret with yours and make sure that your callback url is correct if you wants to redirect page on same page them make callback url empty.

Regards,

Huzoor Bux.

  5. Re: I have used this class and using...   Reply   Report abuse  
Picture of Shashi kanth Shashi kanth - 2011-01-05 06:11:40 - In reply to message 4 from Huzoor Bux
Ok, even if i changed the id and callback url, it is not working;
In the facebook page, iam getting an error.

Still not able to figure out the issue... hope it is with my incorrect settings...

  6. Re: I have used this class and using...   Reply   Report abuse  
Picture of Huzoor Bux Huzoor Bux - 2011-01-05 06:31:58 - In reply to message 5 from Shashi kanth
What is the error or exception can you send me.

  7. Re: I have used this class and using...   Reply   Report abuse  
Picture of Shashi kanth Shashi kanth - 2011-01-05 07:40:48 - In reply to message 6 from Huzoor Bux
Hi, upon clicking on the facebook connect icon, i got the following error in the facebook popup page:

An error occurred with myfbconnect. Please try again later.

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 dont know what could be the problem..

In my app settings, i have specified my app name and my email... thats it.
And i copied the generated app id and secret in to my code...

Dont know what went wrong...


  8. Re: I have used this class and using...   Reply   Report abuse  
Picture of Shashi kanth Shashi kanth - 2011-01-05 08:05:40 - In reply to message 7 from Shashi kanth
FYI, i have given the callback as empty.

  9. Re: I have used this class and using...   Reply   Report abuse  
Picture of silvano gurski silvano gurski - 2011-05-09 17:17:21 - In reply to message 8 from Shashi kanth
I have the same error. how resolve?