I want to know if i take a website to lead form from zoho crm and integrate it into my moodle website and someone registers to my site with that form. Can the information be sent to both my moodle database and my zoho crm account. If so can someone explain to me how to do it.. Please please please
This can definitely be done. The Zoho API for these things is fairly robust. Try oDesk or Guru.com and search for zoho developers. Just clearly define what you are looking for and then throw it out there for some bids. It should not be expensive. This is an example query:
Zoho talent at Guru
Related
We have an integration with Linkedin on our site www.snapsponsorship.com Unfortunately we can only managed to post to users feeds, not to the pages they are associated with. We have this up and running for facebook and have Twitter integrated also. Can I ask is it possible to authenticate a page directly for posting through an API or is it possible to authenticate a users account and then post to a page. Many thanks in advance Regards, Mark
No idea if im posting this is the correct place. apologies if wrong, would appreciate being pointed in the right direction. Im non technical trying to support development team
I can't find any reference in this API, has anyone of you know / experience to use this API? I can't find any methods/ documentations on how to send data from my Wordpress website to my share a sale account.
Link to get your tracking code
All instructions are there on how to attach your tracking code to your wordpress site.
Greetings!
I am trying to fetch list of albums from my facebook account from my asp.net application.
For this i am using facebookapi and it creats web request for following url:
http://graph.facebook.com/me/albums?access_token=201397309875468%7C2.zOxG70QX1tAV3necYGWJ5A__.3600.1297328400-100000682028927%7C2Y-eRXd5fxhGi7gdvZWFem0nRNU
But it returns 0 albums. I have 2 albums in my account.
When i triend to fetch my friends list then it returned me all my friends with their ids.
If someone has idea about this then please give me suggestion to handle this.
Thanks
Munish
You might be interested in looking at facebook's developer wiki, they have allot of information regarding their API, although i have never tried this yet i know some of my friends created similar applications and works like you.And all of what they have got everything from Facebooks wiki for developers.
Need to post the registration info to eloqua too.
I am using Drupal 6.14
I didn't ask the original question, but I might be able to shed a little more light. I am a consultant, and I work at Eloqua.
Eloqua is a marketing automation database. Having the registrations flow from Drupal into Eloqua would allow things like moving that info over into a CRM system, or sending a follow up email with the registration details.
Our clients have integrated with other CMS systems.
Now, in terms of the registrations, there are a couple of ways Eloqua could receive that data. Perhaps the simplest way would be through some sort of form repost, IF that is allowed in Drupal. So, someone would register, that data would enter Drupal, and then be reposted into Eloqua. It looks like people (including the initial poster) have been able to make this work succesfully on regular forms The other way would be to utilize Eloqua's API. This would require someone to build out a module that would facilitate that.
I'm working on a site with a Facebook Connect integration on blog posts. I want a Facebook .NET SDK that will allow me to:
Authenticate that a user is logged into FB. The actual login will be done via the typical FBML login button and simple JS with the XD Receiver.
Be able to push data from my WebForm to the user's FB profile, such as a status update.
I do not need to:
Create an actual FB application that goes on your profile, like "Cheer for the Red Sox" app or whatever. I do completely understand that I need to create an app using the Developer application but I'm not indenting to create a real full app.
Do any special stuff other than know the user's basics and push data to the profile.
Now are there any good starting points or SDKs I should look at. I've tried Facebook.NET and also peeked into FBConnectAuth. It seems like the former is too much and the latter is too little of what I need. However, that was a quick glance so are there any people with good experiences that did simple things?
Help is much appreciated!
Have you tried this example?
Post status to Facebook profile without Facebook modal window using ASP.NET
If you have any feature requests for FBConnectAuth, please let me know.
Adam
For me, Raya's integration of Facebook Connect is the best example out there. The author also has a good blog post where he describes how he integrated it with his existing web application..