Research on Social Network Sites, Test Data Required [closed] - facebook

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Where can i have a data set to make predictive analysis in my data mining project? does Face book twitter provide any of its data set for Research?

Both platforms do not explicitly provide sample data. You didn't specify what data you're interested, profiles, posts, etc., but you should have.
As of the Graph API v2.0 changes, the search for public Facebook Posts has been deprecated, so you'll have a hard time getting data out. Profiles use now the app-scoped user_ids, which also makes it harder. The only thing I could imagine is to use the /search endpoint to search for user names. But this doesn't make much sense, and the data you'd get without having explicit permission from the users is not really useful.
Concerning Twitter, you could use the use the Streaming API to consume tweets from the platform, see https://dev.twitter.com/docs/streaming-apis/streams/public

Related

What is the best Schema.org type for service providers page? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm looking for an appropriate Schema.org type for pages that will contain a list of service providers like a list of magicians.
The page will have their picture, name, phone and one line description.
I thought about LocalBusiness, but I’m not sure that it will match the page indent, and pretty sure that LocalBusiness is a better solution for a signal business page and not for list of providers.
Looking for a more suitable way to markup this pages and even good example.
Each magician is a Person, who may offer (makesOffer) her/his service (Offer).
He may be a member of (memberOf) resp. work for (worksFor) resp. have an affiliation with (affiliation) an organization (e.g., a LocalBusiness or a PerformingGroup).

How to implement graph database with a Parse backend? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need to have a graph database which contains connected friendlist of facebook users which use my android app. Not necessarily a graph, any ways to maintain a connected friend list and relations among them are welcome.
A person does a facebook login to my android app which has a Parse based mobile backend. This backend will be communicating to a graph database of facebook friendlists, to create and retrive nodes/relations. I spent hours with graphenedb/neo4j/heroku and couldn't lift off. Need a pointer to a quick way or a totally different approach. The volume will be less as it is just a POC now. Moreover, the database must be deploy friendly to quickly test the POC.
Go with http://www.graphenedb.com/, it's a Neo4j instance running in the cloud. For more detailed answer your question should be more detailed.
The original comment is accurate - there's many factors involved. See:
http://en.wikipedia.org/wiki/Graph_database
for a reasonable listing of software, including a simple feature grid. The term 'easily implementable' is such an arbitrary measurement, there really isn't a good way to help.

CMS exposing data as a RESTful API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can you recommend a CMS that exposes the entire stored content through some kind of API (HTTP, XML-RPC, web service)?
I want to use it only for creating/editing content, and the content will be then retrieved from another site.
For instance, Wordpress has the type of API I am looking for, but unfortunately it lacks some of the functionality I need (hierarchically organized articles and media, article and image ordering, image galleries...).
You should take a look at http://osmek.com/ or http://expressionengine.com/ with the Export it plugin. It allows for channels to be pulled using a REST API.
I have been on a crusade to separate the CMS from the front-end of all of my projects and I have used ExpressionEngine in the past and really dig it. Another plugin that you may like with EE is Playa,it allows for relational data models.
Good luck
Check out prismic.io, contentful.com and osmek.com

Need Proper Guidance [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am finding a way or package where I can create website where member can sell them electronic (downloadable) product and all money will store into the website account. After defined amount they can transfer to them registered PayPal account.
Example: Theme Forest
I would really appreciate if any free script is available or I can integrate with any popular CMS (wordpress, joomla) without security issue.
There is an extension that allows your members to do just that. I found it here. I haven't used it personally, but it sounds like what you are looking for.
Good luck!
Cynthia

Suggestions needed on tools and technologies to use for building a Facebook-like website [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
With so many tools and technologies lying around, I am looking for suggestions around the best ones (UI/server-side frameworks/database/CMS) to use for building a web(site/app) similar to Facebook itself.
Details of the website cannot be revealed due to privacy concerns. But largely, the experience and interactions would be similar to what Facebook has (such as continuous feeds, groups, upload data/files, comments, etc.), just that it would be in a different domain.
Information (or links) on what technologies/frameworks are such sites/portals using will also be of great help!
Elgg is a great start. they have numerous plugins (some that even make it look very similar to facebook). I've seen some prototypes that where built in a few days that have tons of functionality
The simple answer is PHP. But people likely imagine a LAMP stack.
Facebook has reengineered the front side and back side of PHP, as I understand it. They use the HipHop compiler to cut the cost of execution of PHP. And I don't know the details, but they have some kind of backside distributed database they use instead of PHP/LAMP traditional use of MySQL.
(See http://www.facebook.com/note.php?note_id=24413138919 for a description of one of the mechanisms they use, Cassandra).
If you don't care about scale, you can skip these two steps and save a lot of engineering.