Tagged Questions
-1
votes
1answer
62 views
how to add users (friends) in a social network application [closed]
hi i'm creating a social network site and im stuck in the part where USER A wants to add USER B. USER B should get a notification about it and either accept it or ignore it (like Facebook does). can ...
0
votes
0answers
125 views
Importing Yahoo Contacts
Sometimes I will have a problem when I want to import Yahoo contacts to my site, when I tried to import the contacts, it goes to the Yahoo import contacts page, when I click agree, it just changes the ...
1
vote
0answers
381 views
Google Contacts Import to Mysql in PHP via OAuth
i was creating a small app using jquery mobile with server side language as php,so i want to import all my google contacts (Names,Numbers & Email) into a mysql database using the OAuth. Currently ...
0
votes
1answer
88 views
Error in importing google contacts
I am using this to get all gmail contacts from my id something@xyz.com:
Import Gmail or Google contacts using Google Contacts Data API and OAuth 2.0 in PHP
However, I get only 30-40/300 contacts ...
0
votes
1answer
736 views
hotmail get contacts with curl using api
function tratar_hotmail(){
$client_id = '0xxxxxxxxxxxxxxxx2';
$client_secret = 'Wyyyyyyyyyyyyyyyyyp';
$redirect_uri = 'http://domain.com/';
$auth_code = $_GET["code"];
...
0
votes
2answers
78 views
Contact form submit error
I've got a simple contact form set up, but am having a little trouble with the finishing touches. I'm getting an error message whenever the form is submitted. Was hoping someone can take a look at my ...
1
vote
1answer
801 views
Gmail contacts API.3 in php, how to get name and phone from contact?
i need some advise on this one, im having trouble figuring out the array that comes from google contacts, im already extracting the email from an example i found online, but now i need to extract the ...
0
votes
1answer
136 views
PHP stdClass - Yahoo OAuth
I am trying to fetch the contact details using Yahoo OAuth in my code. The OAuth is working correctly and I am getting the following stdClass from Yahoo:
stdClass Object (
[profile] => ...
0
votes
1answer
143 views
Import address book contacts, store in array and save to database [closed]
Im using Contact Grabber API to retrieve address book contacts.
My intention is to then allow the user to select their contacts (via checkbox list) and insert these values into a database.
HTML ...
-2
votes
1answer
366 views
[Php/Curl]Export Hotmail contacts
I searched the internet among the various guides and between the various scripts around but I have not found anything that worked, I would create a script to export contacts and user password hotmail ...
2
votes
3answers
806 views
google api contacts php simplexml
I am looking to fetch the contact's first name from google contacts without any luck. However, I am able to extract the email address no problem. Can someone show me what i am doing wrong?
...
0
votes
0answers
90 views
PHP E-mail Contacts API
Instead of using each individual email provider's API, I would like to use a pre-built library, something like http://openinviter.com/. Does such a library exist?
I would have used OpenInviter, but ...
0
votes
1answer
381 views
How to retrieve contact by email with google api. PHP
I'm retrieving contacts with
https://www.google.com/m8/feeds/contacts/default/full/(optional contactId)
But I need to fetch contacts by email instead of id.
Is there a way to to this? I have ...
0
votes
0answers
141 views
PHP Openinviter customize email
This is probably a dumb question as others seem to have solved it but I cannot find answer on SO or web. How do you customize emails in Openinviter? There is a place in the example file to customize ...
1
vote
1answer
814 views
php/mysql alternative to openinviter cloudsponge
With considerable time and effort, I installed openinviter as suggested by some posts on SO to get contact info from user address books However, I've since discovered that others here and elsewhere ...
1
vote
1answer
204 views
PHP/MYSQL Import Contacts [closed]
I would like to import contacts from hotmail, gmail etc. for a social website. Openinviter seems to require server installation privileges which my host does not grant me. Does anyone know of a ...
1
vote
1answer
410 views
Alternative to openinviter
My host does not allow open inviter to get contacgts from yahoo, gmail etc. Are there any php-based script anyone knows of that would not include an install, ie. that could merely be placed in a ...
1
vote
0answers
288 views
Zend GData - can't delete google contact - Etag error
I have problem with Zend framework. I'm trying to delete single contact from google's server. I have class:
class GContacts
{
const BASE_FEED_URI = 'https://www.google.com/m8/feeds';
...
0
votes
1answer
170 views
business card reader for php
I am trying to create a back-end for my application. In the back-end I will be receiving the business card in form of image (basically taken from mobile phone camera). I would like to process this ...
1
vote
1answer
346 views
Extract my contacts from hotmail/live [duplicate]
Possible Duplicate:
Export contact list from Gmail, Hotmail, Yahoo, LinkedIn, Facebook
I wonder if there is a possibility to extract contacts from Hotmail/Live with the API (in PHP). and if ...
1
vote
0answers
170 views
webmail contact importing php
I needed an alternative to openInviter. Although openinviter was perfect to my needs but the Facebook, twitter, LinkedIn [this ones a have tested and found to fail] plugins are not working.. Can ...
1
vote
4answers
111 views
PHP file returns right echo, but writes the wrong string in database
I'm having the weirdest problem right now. In order to see if a contact is already in the database I check it. For me to see I echo: "Is in database" or "is not in database". For the user to see I ...
0
votes
2answers
85 views
Comparing database stringvalue with new stringvalue
Here is what I'm trying to do: When user adds a contact to his list, the number of this contact gets run by with the numbers in the database and it gives feedback if the user is already in the ...
1
vote
2answers
399 views
Google Contact API Picture Data, returns data, but I dont know how to display it with PHP
I am using OAuth 1.0, I am getting the contacts just fine. Next I fetch an image using the link that is in the contact info. If the user has an image the request works and return a bunch of data. When ...
-1
votes
2answers
1k views
Importing/Synching Facebook contacts into another application
I am creating an web-application in PHP, where I would like to synch/import contact information from facebook. I would like to copy the profile picture and name from facebook contacts into my ...
0
votes
1answer
290 views
add ReplyTo field in symfony when sending mail
I am doing modifications to an existing project which is already built and one of the tasks is to add email address of person who filled the contact form in 'reply-to' field while in from field, the ...
1
vote
4answers
450 views
Simple PHP and jquery contact form
I was looking for a simple contact form in jQuery and I found out this one on Google
http://code.google.com/p/gunnertech/source/browse/trunk/public/javascripts/contact.js?r=3
the problem is that it ...
2
votes
1answer
365 views
why does this php contact form just download contact.php?
i'm a total n00b when it comes to PHP (and arguably, web development in general :/), but i've taken a look at a ton of examples, comparing my code, and i just can't figure it out. basically all thats ...
0
votes
2answers
1k views
List all contacts in a table with JSON
I'm currently using this function to get all my contacts from Google Contacts.
session_start();
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://www.google.com/accounts/ClientLogin');
...
0
votes
3answers
621 views
Importing contacts from outlook csv in php
Hi can some body help me on how can i import contacts from a outlook file. I assume it's a form of csv file
0
votes
1answer
68 views
Imported Contacts
I need a table where to keep imported contacts (emails) by users, something like an address book.
Now the table look like this: imported_contacts: id, user_id, email, etc....
I'm thinking to create ...
0
votes
0answers
1k views
Importing hotmail contacts PHP [closed]
Hello I am trying to import hotmail contacts using php, my code was working last week but now when I import contacts, hotmail is not returning their email addresses, I read the docs and they say you ...
1
vote
1answer
1k views
Retrieving Google Contacts Using Zend
I see this tutorial referenced a lot for how to retrieve Google Contacts using PHP. It says that all you have to do is install Zend and then start using the code examples provided.
I installed Zend ...
0
votes
1answer
495 views
I Gave My Site Access to My Gmail's Google Contacts… Now What?
I'm trying to use the Google Contacts API to pull a list of contacts from Gmail. I figured out how to give my site access to my Gmail account's contacts. I'm not sure what the next step is.
What do ...
1
vote
1answer
123 views
Friend Referal Script
I want to know how to write a script that connect to different mail servers and load the list of friends, something like that is found on facebook and other sites.
Mainly, I want to connect to ...
0
votes
1answer
5k views
Import contacts from gmail,yahoo,facebook etc [duplicate]
Possible Duplicate:
How import contact from yahoo/gmail/hotmail using php script
I want to import contacts from GMail, Yahoo, Facebook, Twitter, etc.. I'm using php, are there any tools ...
3
votes
1answer
413 views
Any framework / 3rd party tool for importing contacts from gmail, hotmail, yahoo mail, etc
We have an application in which we want to let our users invite other contacts in their email contact lists. We;re currently using OpenInviter and it seems like that requires users to enter their ...
2
votes
3answers
2k views
Gmail and Yahoo Mail contacts import in PHP [closed]
I am using php5 and I am trying to import my contacts from my Gmail and Yahoo Mail and want to store in my database... I don't know how to get started? Any suggestions?
0
votes
1answer
630 views
Getting msn contact list and sending e-mail via msn on PHP [closed]
Is there any class for it i found some classes but they were old so not working.
I need a code snippet or a class for getting msn contact list with username and password.
And is it possible sending ...
3
votes
5answers
8k views
Gmail,Yahoo, Facebook, Twitter contacts importer in PHP [closed]
Which is the greatest, cheapest application in PHP that I can buy to import Gmail, Yahoo, MSN, Facebook, Twitter contacts from my user's accounts if they wish to invite their friends?
I have gone ...
0
votes
3answers
189 views
Contact information web standard
Is the a standard which I can use for our contacts? I want to build an application which hosts our clients contact information. Is there a standard I should use so it is possible to sync with as many ...
0
votes
1answer
1k views
Trouble reading Windows Live Contacts Api results in php
I am using windows live contacts api to create find a friend functionality in a PHP 5 application. I am able to get the results fine but it's encoded "deflate". I have tried using gzuncompress to ...