Wednesday, August 23. 2006
Comments
Display comments as
(Linear | Threaded)
hi can you email me if you have sorted a hotmail/msn one for this that will email or save contacts thanx
#1
on
2006-09-12 11:00
I've sent you an email.
I will also address this more fully with your other post here - http://jmstreet.info/archives/17-Grabbing-an-MSN-contact-list.html
I will also address this more fully with your other post here - http://jmstreet.info/archives/17-Grabbing-an-MSN-contact-list.html
Hi I tried out your script and the var_dump function gives me nulls for my contact list and for my inbox total.
This also happened with all the other
similar php code i have used. Can it be something wrong with my computer's configuration.
Would appreciate a reply
thanks..
This also happened with all the other
similar php code i have used. Can it be something wrong with my computer's configuration.
Would appreciate a reply
thanks..
#2
on
2006-09-15 01:25
Hi
That is certainly strange. You may be best looking at the libgmailer site for support as they will have seen more people encountering problems.
From a quick look at the site it appears that the login procedure for gmail has changed so updating the class to the lastest version may be all that is required.
That is certainly strange. You may be best looking at the libgmailer site for support as they will have seen more people encountering problems.
From a quick look at the site it appears that the login procedure for gmail has changed so updating the class to the lastest version may be all that is required.
Hi Jonathan,
You seem to use a certificate-file for accessing gmail, so I am wondering where you got it from. Is it provided by google?
You seem to use a certificate-file for accessing gmail, so I am wondering where you got it from. Is it provided by google?
#3
on
2006-10-06 11:05
Hi Bruno
To be quite honest I haven't looked at the libgmailer class in much detail. To alarge extent I'm treating it as a black box, if it achieves my aims and doesn't create any problems I'll leave it to get on with things.
If you are interested in the history of the class and how it was constructed you can't do better than visiting the libgmailer site itself.
To be quite honest I haven't looked at the libgmailer class in much detail. To alarge extent I'm treating it as a black box, if it achieves my aims and doesn't create any problems I'll leave it to get on with things.
If you are interested in the history of the class and how it was constructed you can't do better than visiting the libgmailer site itself.
I am very interested in writing a webservice that imports contacts from all major email services (ie getmycontacts.com) -- but their code is pay-for. I want open-source. Your Gmail tip is great and your MSN class, while clunky, is great. A question would be if a Hotmail/WLMail user has never used MSN/WLM (the IM) does it still work?
This AIM one... not so great. What I really want imported is email addresses, and it only gets screen names you say.
I'm also looking for something similar for Yahoo! mail, possibly Facebook and will write code that works with Jabber.
Sorry if it is a double-post, your anti-SPAM is catching me.
This AIM one... not so great. What I really want imported is email addresses, and it only gets screen names you say.
I'm also looking for something similar for Yahoo! mail, possibly Facebook and will write code that works with Jabber.
Sorry if it is a double-post, your anti-SPAM is catching me.
#4
on
2007-01-23 15:24
Hi Stephen
Thanks for the feedback. I'm glad you like the gmail and msn scripts. You've got to the problem with the MSN contacts grabbing script - it works for the messenger service but what we really want are the contacts from hotmail. If a user has no contacts in the messenger client (for example they have never used it) then the script will return no contacts even if they have hundreds of contacts in hotmail.
It is the exact same problem as with the AIM one. Only difference being that in MSNM screen names are email addresses.
If you are looking for a yahoo importer check out the link in this post - http://torrentialwebdev.com/blog/archives/13-Grabbing-contact-list-from-yahoo,-MSN-Gmail.html - the msn and gmail importers didn't want to work for me but I think the yahoo grabber did work.
Thanks for the feedback. I'm glad you like the gmail and msn scripts. You've got to the problem with the MSN contacts grabbing script - it works for the messenger service but what we really want are the contacts from hotmail. If a user has no contacts in the messenger client (for example they have never used it) then the script will return no contacts even if they have hundreds of contacts in hotmail.
It is the exact same problem as with the AIM one. Only difference being that in MSNM screen names are email addresses.
If you are looking for a yahoo importer check out the link in this post - http://torrentialwebdev.com/blog/archives/13-Grabbing-contact-list-from-yahoo,-MSN-Gmail.html - the msn and gmail importers didn't want to work for me but I think the yahoo grabber did work.
Hi Jonathan,
I am an engineering college student, doing my final year project. I am learning PHP. I need to fetch the contacts list from gmail. So I took the libgmailer and the php code for accessing it. It works weel in my house. But in my college there is a proxy server. It has no login or password. But the ip-address is 192.168.71.143 and the port no is 80. So i tried,
$gmailer->setProxy("192.168.71.143:80","","");
It shows me "Failed to connect: No response";
What is the problem. How to rectify this. Please help me. Thanks.
I am an engineering college student, doing my final year project. I am learning PHP. I need to fetch the contacts list from gmail. So I took the libgmailer and the php code for accessing it. It works weel in my house. But in my college there is a proxy server. It has no login or password. But the ip-address is 192.168.71.143 and the port no is 80. So i tried,
$gmailer->setProxy("192.168.71.143:80","","");
It shows me "Failed to connect: No response";
What is the problem. How to rectify this. Please help me. Thanks.
#6
on
2007-02-20 21:27
Hi Vijendran
The options in libgmailer would probably be an article in themselves but taking a quick look at the documentation your use of the setProxy function looks correct.
Probably the best thing to do would be to post a request for support at the libgmailer site.
The options in libgmailer would probably be an article in themselves but taking a quick look at the documentation your use of the setProxy function looks correct.
Probably the best thing to do would be to post a request for support at the libgmailer site.
do you have the full script for yahoo, msn, hotmail e gmail
can you to send to me?
frazatto@hotmail.com
appreciate
Adriano
can you to send to me?
frazatto@hotmail.com
appreciate
Adriano
#7
on
2007-04-23 16:00
I haven't been able to find anything for hotmail as yet.
There is a good yahoo script on phpclasses.org and gmail and msnm scripts are available on this site.
There is a good yahoo script on phpclasses.org and gmail and msnm scripts are available on this site.
I don't know to program very well in php, so do you have all php together, where I choice for exemplo if is gmail, hotmail, yahoo, etc
I appreciate very much this
I need to put in my website
www.anunciefacil.com.br is portuguese, but I m making in English and spanish too.
I appreciate very much this
I need to put in my website
www.anunciefacil.com.br is portuguese, but I m making in English and spanish too.
#8
on
2007-04-23 22:38
I don't have anything exactly like that but I have written a tutorial which shows how to offer gmail and MSNM as options. You may be able to figure out the rest from that.
http://torrentialwebdev.com/blog/archives/26-Contacting-a-contact-list-A-tutorial.html
http://torrentialwebdev.com/blog/archives/26-Contacting-a-contact-list-A-tutorial.html
Thank you so much for this script, i really appretiate your sharing and opening the source of it.
once again thank you so much
once again thank you so much
#9
on
2007-05-08 02:50
do you have all script together: msn, hotmail, gmail, yahoo, aol?
#10
on
2007-05-12 19:01
Hi Adriano
I don't have all the scripts together. The closest I get to thank is the tutorial I wrote which looked at msn and gmail but even there you had to grab the scripts from other posts.
I don't have all the scripts together. The closest I get to thank is the tutorial I wrote which looked at msn and gmail but even there you had to grab the scripts from other posts.
Buenas, tengo el codigo escrito y funcionando para importar contactos de MSN, HOTMAIL, YAHOO, AOL, GMAIL en los proximos tres dias habiles lo podre publicar en una web que la estoy formulando para tal fin.. si vi que lo que hay son de uso comercial que cuestan alrededor de los 100 dolares algunos mas. ya que este codigo requiere tiempo y dedicacion y actualizaciones el codigo lo dejare a su preferencia con una donacion de paypal o lo que requiean es el solo echo por el tiempo y dedicacion y para ir ahbilitando nuevas versiones creo que sabran entender no pondre precios ni maximo ni minimo solo las donaciones para que las versiones sean publicadas.. muchas gracias en los siguiente tres dias habiles le comentare sobre la web que publicare. paciencia pueden contactarme en mi msn {{DELETED: I'm not allowing advertising}}
#11
on
2007-05-19 11:10
Hi Dario
I'm sorry but I don't understand what you're saying. My grasp of languages has always been poor and running your comment through a online translation tool didn't help in this instance.
I'm sorry but I don't understand what you're saying. My grasp of languages has always been poor and running your comment through a online translation tool didn't help in this instance.
He was talking have all version for msn, gmail, yahoo and sell for $100
#12
on
2007-05-19 22:58
Thanks adriano, I've deleted his contact details.
Have you seen this recent post?
http://torrentialwebdev.com/blog/archives/97-MSN-contact-grab-script-included-in-meta-contact-grabber.html
I'm not sure how well it integrates the different services but it is probably the closest to what you were looking for that I've seen.
Have you seen this recent post?
http://torrentialwebdev.com/blog/archives/97-MSN-contact-grab-script-included-in-meta-contact-grabber.html
I'm not sure how well it integrates the different services but it is probably the closest to what you were looking for that I've seen.
I found your script and it's exactly what I'm looking for.
But it's not working on my host. I ran it with libgmailer-0.9.0-beta-8 and no proxy but I get following error: "Fail to connect because: no response"
Do you know where's the problem? any solution?
Thanks a lot.
But it's not working on my host. I ran it with libgmailer-0.9.0-beta-8 and no proxy but I get following error: "Fail to connect because: no response"
Do you know where's the problem? any solution?
Thanks a lot.
#14
on
2007-07-13 11:18
Hi jay
I'm afraid you're giving me more credit than I deserve. All the hard work was done my the libgmailer team.
For generic problems the libgmailer site may be the best place to look for answers. For instance this forum topic - http://gmail.sayni.net/forum/viewtopic.php?t=190 - discusses this issue though it doesn't really offer a solution. Do you always/still get this problem?
I'm afraid you're giving me more credit than I deserve. All the hard work was done my the libgmailer team.
For generic problems the libgmailer site may be the best place to look for answers. For instance this forum topic - http://gmail.sayni.net/forum/viewtopic.php?t=190 - discusses this issue though it doesn't really offer a solution. Do you always/still get this problem?
Hey there, thanks for the great script! Question: How do I access the information in the var_dump? I see that it's an array, but I'm having a hard time figuring out how it's structured and how to access the variables. For example, how do I get the Name and E-mail for each row of the array? Thanks!
#15
on
2007-09-07 01:51
The following will display the name and email for each contact in a table.
We're looking at a multidimensional array so we cycle through each item in the top array which corresponds to the details for an individual contact. Then we access the name and email fields in that sub-array to get the information we want.
I hope that helps.
echo '>table border="1">';
foreach($snapshot->contacts as $contact) {
echo '>tr>>td>', $contact['name'], '>/td>>td>', $contact['email'], ">/td>>/tr>\n";
}
echo '>/table>';
foreach($snapshot->contacts as $contact) {
echo '>tr>>td>', $contact['name'], '>/td>>td>', $contact['email'], ">/td>>/tr>\n";
}
echo '>/table>';
We're looking at a multidimensional array so we cycle through each item in the top array which corresponds to the details for an individual contact. Then we access the name and email fields in that sub-array to get the information we want.
I hope that helps.
how can I retrieve gmail inbox i.e. my mail list using above method
pls answer asap
TECHIE
pls answer asap
TECHIE
#16
on
2007-11-01 17:11
It's been a while since I last played with this. Your best source for guidance will be the developer section at the libgmailer site: http://gmail-lite.sourceforge.net/wordpress/index.php/documentation/
I think it should just be a case of switching the 'box' you want to fetch: http://gmail-lite.sourceforge.net/wordpress/docs/0.8.0/GMailer/GMailer.html#methodfetchBox
I think it should just be a case of switching the 'box' you want to fetch: http://gmail-lite.sourceforge.net/wordpress/docs/0.8.0/GMailer/GMailer.html#methodfetchBox
Hi
I m getting output as
NULL NULL
can u explain me the reason??
I m getting output as
NULL NULL
can u explain me the reason??
#17
on
2007-11-14 08:00
A friend encountered this same problem over the weekend. As far as we could tell his servers and my servers were set up almost identically and despite his problems it would work perfectly well on my servers.
As such it is difficult to know what to suggest. It might be worth going back to it to make sure it wasn't just a temporary issue but it will be hard for me to find a solution if I can't recreate the problem.
As such it is difficult to know what to suggest. It might be worth going back to it to make sure it wasn't just a temporary issue but it will be hard for me to find a solution if I can't recreate the problem.
Hi
I m also getting output as
NULL NULL
My phpinfo shows the following info
CURL support enabled
CURL Information libcurl/7.15.3 OpenSSL/0.9.7a zlib/1.2.1.2 libidn/0.5.6
Im hosted on lunarpages
could it be some sort of bug in the library?? or some problem in my server?
I m also getting output as
NULL NULL
My phpinfo shows the following info
CURL support enabled
CURL Information libcurl/7.15.3 OpenSSL/0.9.7a zlib/1.2.1.2 libidn/0.5.6
Im hosted on lunarpages
could it be some sort of bug in the library?? or some problem in my server?
Hi
I'm still not sure. I've just tried the script myself now and again it is working fine.
The only relevant thread on the libgmailer forums was this one - http://gmail.sayni.net/forum/viewtopic.php?t=310
I'm still not sure. I've just tried the script myself now and again it is working fine.
The only relevant thread on the libgmailer forums was this one - http://gmail.sayni.net/forum/viewtopic.php?t=310
Hi
I m getting output as
NULL NULL
I have the same problem, please a i need help i'm looking everywhere and nothing..
Thanks!
I m getting output as
NULL NULL
I have the same problem, please a i need help i'm looking everywhere and nothing..
Thanks!
#17.2
on
2008-04-22 15:55
Hi,
I want .net code for grabbing contacts from mail box. Can you mail me the same.....?
Thank U.
I want .net code for grabbing contacts from mail box. Can you mail me the same.....?
Thank U.
#18
on
2007-11-21 03:01
Unfortunately I don't have the code for that.
If you can't find an existing solution I suggest you speak with the developers behind libgmailer about porting that script.
If you can't find an existing solution I suggest you speak with the developers behind libgmailer about porting that script.
I am trying to use Gmailer to retrieve my gmail contact list (using your sample code). I am hosted on Hostmonster. I am able to connect just fine, but I can't retrieve any data. When I run the following code:
$gmailer->fetchBox(GM_CONTACT, "all",0);
Var_Dump($gmailer);
The gmail_data output is the following:
["gmail_data"]=>
string(3938) "HTTP/1.1 404 Not Found
Cache-control: no-cache, no-store
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Server: GFE/1.3
Date: Sun, 23 Dec 2007 00:40:59 GMT
I also get the following message:
"We’re sorry, but your Gmail account is currently experiencing errors. You won’t be able to use your account while these errors last, but don’t worry, your account data and messages are safe. Our engineers are working to resolve this issue."
I can log into my gmail account manually but not programmatically.
Have you seen behavior like this when using Gmailer?
Any advice you could offer would be greatly appreciated.
Thanks,
- John
$gmailer->fetchBox(GM_CONTACT, "all",0);
Var_Dump($gmailer);
The gmail_data output is the following:
["gmail_data"]=>
string(3938) "HTTP/1.1 404 Not Found
Cache-control: no-cache, no-store
Pragma: no-cache
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Server: GFE/1.3
Date: Sun, 23 Dec 2007 00:40:59 GMT
I also get the following message:
"We’re sorry, but your Gmail account is currently experiencing errors. You won’t be able to use your account while these errors last, but don’t worry, your account data and messages are safe. Our engineers are working to resolve this issue."
I can log into my gmail account manually but not programmatically.
Have you seen behavior like this when using Gmailer?
Any advice you could offer would be greatly appreciated.
Thanks,
- John
#19
on
2007-12-22 19:58
Hi John
I'm sorry to hear you are having problems.
I haven't had a need to use this code in a while. I would occasionally get an error, but never that error, and it would clear up after a couple of errors.
You might be best trying the libgmailer forum - http://gmail.sayni.net/forum/
I'm sorry to hear you are having problems.
I haven't had a need to use this code in a while. I would occasionally get an error, but never that error, and it would clear up after a couple of errors.
You might be best trying the libgmailer forum - http://gmail.sayni.net/forum/
I used this code and it works fine in my local linux system but it went wrong when it goes to live server which is also hosted on linux. It's throwing some error code libg110 error code. I dont understand what is this error. Can anybody help how to resolve this error.
#20
on
2007-12-26 06:17
It might be worthwhile taking a look at the phpinfo pages for each server and checking whether there is anything noticeably different. I would focus on curl and sockets.
Hi! I´m mexican student and i don´t know english very well, so i wish that forget my ortografy...
Well.. I have been work in my webpage and i have been traying to do work the libgmailer.php for get the contact list of any user of gmail, given the username and password of the user... then i have attained it... My problem is the next:
i ran the script one time with (for example) user = myemail@gmail.com and pass = 12345.... and all result OK (the array $snapshot->contacts giveme the contact list correct)...
the next time that i came back to run BUT WITH A DIFERENTE USER AND PASSWORD; the array resulting ($snapshot->contacts) giveme the same contact list that i have got the first time :S and then always that i run the script, it giveme exactly the same list that the first time...
Someone could helpme or giveme some clue to resolve my problem...
I have thinking that maybe, the class libgmailer save on the cache of someplace the first contact list...
Thanks!
Well.. I have been work in my webpage and i have been traying to do work the libgmailer.php for get the contact list of any user of gmail, given the username and password of the user... then i have attained it... My problem is the next:
i ran the script one time with (for example) user = myemail@gmail.com and pass = 12345.... and all result OK (the array $snapshot->contacts giveme the contact list correct)...
the next time that i came back to run BUT WITH A DIFERENTE USER AND PASSWORD; the array resulting ($snapshot->contacts) giveme the same contact list that i have got the first time :S and then always that i run the script, it giveme exactly the same list that the first time...
Someone could helpme or giveme some clue to resolve my problem...
I have thinking that maybe, the class libgmailer save on the cache of someplace the first contact list...
Thanks!
Hello Kary
I got quite a shock when I first noticed this myself.
I think what is happening is that the contact list is being saved in a session variable. Closing your browser or clearing your cookies should sort out the problem.
It is a pain while we are debugging our projects but any actual users are unlikely to run into this problem. You certainly are not going to have people viewing contact lists which belong to other people.
Let me know how it goes,
Jonathan
I got quite a shock when I first noticed this myself.
I think what is happening is that the contact list is being saved in a session variable. Closing your browser or clearing your cookies should sort out the problem.
It is a pain while we are debugging our projects but any actual users are unlikely to run into this problem. You certainly are not going to have people viewing contact lists which belong to other people.
Let me know how it goes,
Jonathan
try
$gmailer->disconnect();
$gmailer->disconnect();
#22
on
2008-01-15 13:58
Hi , I can't get the list of contacts if the user have the new interface from gmail, in order to exec via curl to obtain the lists of contacts,(in fetchBox GM_CONTACT all) curl exec https://mail.google.com/mail/?view=cl&search=contacts&pnl=a&zx=gt8ai6-3i500g
but the in the new interfaz that url doesn't exists, so in the method GMailSnapshot, old interface has a HTTP/1.1 200 OK in $raw_html; but when the user have the new interface is HTTP/1.1 404 Not Found, so return an NULL from my contacts, does any one can help me?
but the in the new interfaz that url doesn't exists, so in the method GMailSnapshot, old interface has a HTTP/1.1 200 OK in $raw_html; but when the user have the new interface is HTTP/1.1 404 Not Found, so return an NULL from my contacts, does any one can help me?
#23
on
2008-01-18 20:10
Hello Daniel
I believe the developers of libgmailer are currently working on this.
Google is rolling out the new interface to only some users at the moment. The last I heard was the developers were looking for an account to play with.
I believe the developers of libgmailer are currently working on this.
Google is rolling out the new interface to only some users at the moment. The last I heard was the developers were looking for an account to play with.
pls, send me the "libgmailer.php" code
Tnx
Tnx
#24
on
2008-02-29 01:19
I don't maintain that code myself. It is linked to in the post but perhaps it isn't obvious.
You need to get it from here : http://gmail-lite.sourceforge.net/
You need to get it from here : http://gmail-lite.sourceforge.net/
Hello. I would like to let you all know that, neither localhost nor public server(with a valid domain address) can make the library and the above sample script worked.
I use libgmailer.php version 0.90 beta 8, and copy the above sample script (only change the username and password) to a test file. The result shows that both are NULL.
Actually I feel strange when someone said that it works. I tried different gmail grabber functions but it still fails. The server have already install CURL and PHP5.2.1.
Would you mind please tell me what is wrong with my implementation?
Thank you very much.
I use libgmailer.php version 0.90 beta 8, and copy the above sample script (only change the username and password) to a test file. The result shows that both are NULL.
Actually I feel strange when someone said that it works. I tried different gmail grabber functions but it still fails. The server have already install CURL and PHP5.2.1.
Would you mind please tell me what is wrong with my implementation?
Thank you very much.
#25
on
2008-04-08 22:38
I have no idea what is going on.
Somehow it gives back NULL always.
and it never fails on login. it just returns null.
Tried it on 3 different servers.
rene
Somehow it gives back NULL always.
and it never fails on login. it just returns null.
Tried it on 3 different servers.
rene
Apologies for the delay in approving your comments.
I believe the problems you are facing are following on from those mentioned by others. There was an update to the interface of gmail late last year which the developers of the libgmailer package are still trying to resolve.
For the latest information please follow the following forum thread: http://gmail.sayni.net/forum/viewtopic.php?t=595
I believe the problems you are facing are following on from those mentioned by others. There was an update to the interface of gmail late last year which the developers of the libgmailer package are still trying to resolve.
For the latest information please follow the following forum thread: http://gmail.sayni.net/forum/viewtopic.php?t=595
Get the latest libgmailer.php CVS build from Sourceforge and it solves the NULL problem
#26.2
on
2008-05-24 16:57
Hopefully my post can be valuable for people lost with the NULL NULL problem (as me until now)
Following latest post from Jonathan Street, I downloaded the last version of libgmailer, cvs version 1.37, as libgamiler developers say, through this link:
http://gmail-lite.cvs.sourceforge.net/*checkout*/gmail-lite/libgmailer/libgmailer.php
It's a different file to the "official release", as of now.
Now it grabs gmail contacts properly
Thank you for your work, Jonathan !
Following latest post from Jonathan Street, I downloaded the last version of libgmailer, cvs version 1.37, as libgamiler developers say, through this link:
http://gmail-lite.cvs.sourceforge.net/*checkout*/gmail-lite/libgmailer/libgmailer.php
It's a different file to the "official release", as of now.
Now it grabs gmail contacts properly
Thank you for your work, Jonathan !
Thanks for the Gmailer class .i used libgmailer for import the contact but when i give my email id and password ,it just give blank page and when i check my source code there i got following error -
Fail to connect because: no response
Can you please tell me why this error is occurred . i need to sort out this very urgently .
Fail to connect because: no response
Can you please tell me why this error is occurred . i need to sort out this very urgently .
#28
on
2008-07-12 07:08
hi,
when i am trying to run the code of grab contact list tehn it showing some error like
Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\contacts\msn_contact_grab\msn_contact_grab.class.php on line 364
i dont know why its happening because curl_init() fuction i have cheked . so please help me regarding this error i mean how will i remove this error.
my email id abhishek.noida@gmail.com
when i am trying to run the code of grab contact list tehn it showing some error like
Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\contacts\msn_contact_grab\msn_contact_grab.class.php on line 364
i dont know why its happening because curl_init() fuction i have cheked . so please help me regarding this error i mean how will i remove this error.
my email id abhishek.noida@gmail.com
#29
on
2008-07-31 07:43
It looks as though you don't have the curl extension installed. You'll need to speak with whoever manages your server to get the extension installed.
Hi,
for MSN code is running properly...
but when i am running this code for GMAIL agian it shows error like ...
Fail to connect because: Gmail: Invalid request. (libgmailer: Gmail seems to have changed the URL again.)
i dont understand this error please help me again...
for MSN code is running properly...
but when i am running this code for GMAIL agian it shows error like ...
Fail to connect because: Gmail: Invalid request. (libgmailer: Gmail seems to have changed the URL again.)
i dont understand this error please help me again...
#29.1.1
on
2008-08-01 04:35
If you're not using it already it might be worthwhile trying the version in cvs. The comment by Miguel gives instructions http://torrentialwebdev.com/blog/archives/16-Grabbing-a-Gmail-contact-list.html#c638
Hi,
while iam importing gmail contacts iam gettin the following error :
Fail to connect because: Gmail: Invalid request. (libgmailer: Gmail seems to have changed the URL again.)
i dont understand this error please help me again...
while iam importing gmail contacts iam gettin the following error :
Fail to connect because: Gmail: Invalid request. (libgmailer: Gmail seems to have changed the URL again.)
i dont understand this error please help me again...
#29.1.1.2
on
2009-01-21 01:58
This sort of this is now obsolete. GMail has released a contact API that is easy to use and supports OAuth.
Absolutely. I've been focusing on the Windows Live API but I'm looking forward to looking at google and yahoo as well.
Hi,
i start on this script from the start.
i downloaed the last version of libgmailer, cvs version 1.37 and still problem NULL NULL!

i think no one could resolve this problem
With Best Thanx All, see ya
Regards
i start on this script from the start.
i downloaed the last version of libgmailer, cvs version 1.37 and still problem NULL NULL!
i think no one could resolve this problem
With Best Thanx All, see ya
Regards
Hi sabak
I'm sorry to hear you're having problems.
Google now offers an official api for fetching contacts. You might have more luck with that.
http://code.google.com/apis/contacts/
I'm sorry to hear you're having problems.
Google now offers an official api for fetching contacts. You might have more luck with that.
http://code.google.com/apis/contacts/
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /var/www/html/testprojects/chetan_gadgilwar/gmail/libgmailer.php on line 601
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /var/www/html/testprojects/chetan_gadgilwar/gmail/libgmailer.php on line 1492
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /var/www/html/testprojects/chetan_gadgilwar/gmail/libgmailer.php on line 2798
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /var/www/html/testprojects/chetan_gadgilwar/gmail/libgmailer.php on line 2861
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /var/www/html/testprojects/chetan_gadgilwar/gmail/libgmailer.php on line 3856
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /var/www/html/testprojects/chetan_gadgilwar/gmail/libgmailer.php on line 3880
NULL NULL
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /var/www/html/testprojects/chetan_gadgilwar/gmail/libgmailer.php on line 1492
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /var/www/html/testprojects/chetan_gadgilwar/gmail/libgmailer.php on line 2798
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /var/www/html/testprojects/chetan_gadgilwar/gmail/libgmailer.php on line 2861
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /var/www/html/testprojects/chetan_gadgilwar/gmail/libgmailer.php on line 3856
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /var/www/html/testprojects/chetan_gadgilwar/gmail/libgmailer.php on line 3880
NULL NULL
#33
on
2008-08-29 09:36
Hello Chetan
The warnings aren't that important and can be hidden with appropriate error_reporting settings if necessary.
The real problem is you're getting no results. You can try the version in cvs as discussed above if you aren't already.
If that doesn't work I suggest you take a look at the official api: http://code.google.com/apis/contacts/
The warnings aren't that important and can be hidden with appropriate error_reporting settings if necessary.
The real problem is you're getting no results. You can try the version in cvs as discussed above if you aren't already.
If that doesn't work I suggest you take a look at the official api: http://code.google.com/apis/contacts/
Hi Jonathan,
I think ligmailer doesn't working anymore. Could you confirm me that this script return NULL NULL when you test ?
Thank you !
I think ligmailer doesn't working anymore. Could you confirm me that this script return NULL NULL when you test ?
Thank you !
#33.1.1
on
2008-09-16 05:53
Hi Thomas
The version I have isn't currently working either.
They do seem to be having issues keeping this updated. As with Chetan in the comment above I would refer you to the official API.
Let me know if things work out for you.
The version I have isn't currently working either.
They do seem to be having issues keeping this updated. As with Chetan in the comment above I would refer you to the official API.
Let me know if things work out for you.
The version I have isn't currently working either.
They do seem to be having issues keeping this updated. As with Chetan in the comment above I would refer you to the official API.
Let me know if things work out for you.
They do seem to be having issues keeping this updated. As with Chetan in the comment above I would refer you to the official API.
Let me know if things work out for you.
#33.1.2
on
2009-12-29 03:37
The author does not allow comments to this entry

Judging from comments both here on the blog and on a few forums there is an appetite for a tutorial going right through from grabbing a visitor’s contact list to actually sending emails out to their contacts. Accordingly, here it is.Previously I have s
Tracked: Sep 25, 09:51
This is slightly shocking, if you are logged in to google then your contact list can be harvested by any site you visit. This makes my tutorial on getting a visitors gmail contact list where you actually have to get permission from the visitor seem som
Tracked: Jan 01, 10:31
I keep a fairly close eye on my server logs. It's a boring process but undoubtedly worth it. You never know what you might find. I've recently got a few visitors from mytton.net, the website for David Mytton. It turns out that he has recently been l
Tracked: Feb 03, 18:02
Via phpdeveloper.org I track the latest phpclasses releases and given my work on contact grabbing scripts I was interested to see that a new contact grabber script has been posted. I haven't tried it yet but apparently it can connect to hotmail, yahoo,
Tracked: May 12, 08:54