Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 8 of 8
Search took 0.59 seconds.
Search: Posts Made By: jwlnewsome
Forum: Programming 13th August 2010, 05:00 AM
Replies: 18
Views: 523
Posted By jwlnewsome
Re: PHP help urgent

I think you really need to hire some one at this point. As you will appriciate this could take a long time to degug. Maybe check out the warriors for hire for a PHP developer with face book...
Forum: Programming 13th August 2010, 04:39 AM
Replies: 18
Views: 523
Posted By jwlnewsome
Re: PHP help urgent

There is not really a lot i can do from here. All i can suggest is tring to find out why the function is returning null. you will probley need to go back to the API and debug from there.
sorry i...
Forum: Programming 13th August 2010, 04:14 AM
Replies: 18
Views: 523
Posted By jwlnewsome
Re: PHP help urgent

if the function $facebook->get_loggedin_user() returns null
then the code below will never run
{
$curr_user = $facebook->require_login();
if( !user_exists($curr_user) )
{
...
Forum: Programming 13th August 2010, 03:44 AM
Replies: 18
Views: 523
Posted By jwlnewsome
Re: PHP help urgent

theres your problem. the code is doing exactly what you are telling it to do.
you need to look at that function to see why its returning null
hope that helped
Forum: Programming 13th August 2010, 03:39 AM
Replies: 18
Views: 523
Posted By jwlnewsome
Re: PHP help urgent

had a quick look and i'm getting NULL for "$facebook->get_loggedin_user()"

add thiss code to your php in add_user.php and tell me what you get

$facebook = new Facebook_new($api_key,$secret);...
Forum: Programming 13th August 2010, 03:06 AM
Replies: 18
Views: 523
Posted By jwlnewsome
Re: PHP help urgent

fire accross the facebook class and the db stucture and i will test on my local server to see if i can get to the root of the problem
Forum: Programming 13th August 2010, 02:57 AM
Replies: 18
Views: 523
Posted By jwlnewsome
Re: PHP help urgent

it may be that the server has errors switched off
try this code in the php and see what happens

error_reporting(E_ALL);
ini_set('display_errors','On');
Forum: Programming 13th August 2010, 02:46 AM
Replies: 18
Views: 523
Posted By jwlnewsome
Re: PHP help urgent

What exactly are the errors you are getting and i may be able to help.
Showing results 1 to 8 of 8

 
Forum Jump


All times are GMT -6. The time now is 06:25 AM.