Please Log in or Create an account to join the conversation.
No, all of our products depend on CB. You can of course use CB alongside EasySocial if you so choose though, but they don't integrate with one another.Also, can I use CB Connect without CB with something like EasySocial?
I don't think CB, EasySocial, or JomSocial are going to provide such functionality out of the box. All 3 of course will let you search your own existing user profiles, but to also use Foursquare Places API to search nearby places is a far stretch from these types of extensions intended purpose. It likely would be best to develop your own extensions that searches your users and calls Foursquare Places API using CURL to consolidate the results then display them however you like.So a typical flow would be like
User searches for "Abc Ltd".
Search makes a request to FourSquare API and receives a response array that matches all such orgs/companies
They select one from the search drop down
This makes another request to foursquare to get details of that particular org/company.
The user is redirected to a common organization page in CB
But the information on that page changes based on whatever FourSquare returns in point 4.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
We do not provide public GIT access. You shouldn't need CB Connect for this though. You'd just need to create a CURL call in your search bot to access Foursquare API provided above.Thanks for the detailed response, Kyle. Could you please point me to the CB Connect repo so I can take a look at the API being used to make the SSO call to FourSquare?
It provides single sign-on. Basically someone can register on your site and subsequently login to your site using their social accounts (e.g. Facebook, etc..). It doesn't do anything beyond that.Also, what are some typical use cases that CB Connect would solve? Can you share some user journey examples?
I suppose you could generate a profile based off the results if you wanted in your search bot. You'd just need to establish a UserTable object and populate it then call the store function. See the below on how to do this.If I am able to develop a custom search bot to bring in data from FourSquare, what addons/functionality of CB could I use to dynamically populate a profile or page?
You'd be developing all this so whatever caching you choose to use is up to you. If it's stored to a user then I guess it'd be cached that way.Is there a cache I can save the external data to and map it to internal datapoints?
Please Log in or Create an account to join the conversation.
I suppose you could generate a profile based off the results if you wanted in your search bot. You'd just need to establish a UserTable object and populate it then call the store function. See the below on how to do this.
Please Log in or Create an account to join the conversation.
Don't understand what you mean. CB doesn't have pages. It has users. What a user is is entirely up to you. Some have each user and their profile be a property as the site is being used for real-estate, etc.. I suggest taking a look at our demo site below to get a better understanding of what CB is.Also, does CB differentiate between Pages and Users?
Please Log in or Create an account to join the conversation.