Tagged Questions
A social network is a social structure made up of individuals (or organizations) called "nodes", which are tied (connected) by one or more specific types of interdependency, such as friendship, kinship, common interest, financial exchange, dislike, sexual relationships, or relationships of beliefs, knowledge or prestige.
87
votes
10answers
12k views
What's the best manner of implementing a social activity stream?
I'm interested in hearing your opinions in which is the best way of implementing a social activity stream (Facebook is the most famous example). Problems/challenges involved are:
Different types of ...
26
votes
6answers
7k views
How do I write Facebook apps using Django?
Am in the process of developing some app for Facebook using Django! I've started first by building the app in Django and its shaping up pretty well, now am wondering how can I make it a Facebook app.
...
18
votes
9answers
20k views
What database does Facebook use?
Does it use any of the standard ones like Oracle, DB2, SQL Server, or have something of their own?
Considering the type of data (text + images + videos) that they have to manage, it would be ...
17
votes
3answers
6k views
How to implement the activity stream in a social network
I'm developing my own social network, and I haven't found on the web examples of implementation the stream of users' actions... For example, how to filter actions for each users? How to store the ...
16
votes
12answers
21k views
Best Ruby on Rails social networking framework
I'm planning on creating a social networking + MP3 lecture downloading / browsing / commenting / discovery website using Ruby on Rails. Partially for fun and also as a means to learn some Ruby on ...
14
votes
6answers
5k views
Open Source/Free Social Networking SDK
I am currently gathering some technology requirements for a site that will be a social network based.
I don't want to re-invent the wheel so i am looking for some type of SDK or collection of tools ...
12
votes
5answers
3k views
Integrating FaceBook, Twitter, Social networks in Android
Integrating Multiple Social networks into Android with a single common Framework or API or JAR
For iPhone we have ShareKit, which integrates multiple sharing options in one framework.
...
12
votes
6answers
492 views
Ways to calculate similarity
I am doing a community website that requires me to calculate the similarity between any two users. Each user is described with the following attributes:
age, skin type (oily, dry), hair type (long, ...
11
votes
5answers
609 views
Authorization in social networking website
I need to accomplish the following related to privileges:
I have 3 users:
- User A
- User B
- User C
Each of the users has the following documents with associated access settings:
- User A
- ...
11
votes
9answers
5k views
PHP framework for Social Networking
I'm an intermediate PHP developer with no experience building a large scale web application in this language (though I have in others, mainly Rails)...say I wanted to build a social networking site ...
11
votes
2answers
736 views
Algorithm for performing decentralized search in social networks
I want to find out all the existing decentralized algorithms that exploit the structural properties of social networks. So far I know the following algorithms -
1) Best connected search - Adamic et ...
11
votes
2answers
778 views
Delivering activity feed items in a moderately scalable way
The application I'm working on has an activity feed where each user can see their friends' activity (much like Facebook). I'm looking for a moderately scalable way to show a given users' activity ...
11
votes
4answers
7k views
Facebook crawler?
I'm a graduate student whose research is complex network. I am working on a project that involves analyzing connections between Facebook users. Is it possible to write a crawler for Facebook based on ...
11
votes
5answers
2k views
How do sites like LinkedIn efficiently display 1st/2nd/3rd-level relationship next to each person's name?
I recently botched a job interview by poorly answering a straightforward question: how do sites like LinkedIn efficiently show the relationship distance (1st/2nd/3rd) from you to every person ...
11
votes
10answers
11k views
Database design: Best table structure for capturing the User/Friend relationship?
I'm trying to design a data model that denotes one user being the friend of another user. This is what i've come up with so far, but it seems clunky, is there a better solution?
User
=====
Id
Name
...
11
votes
5answers
11k views
What are the best Java social networking frameworks? [closed]
I would like to create a private customized social networking for my company employees and partners so that they can collaborate, exchange messages, share experiences (events, book references, etc) ...
11
votes
13answers
858 views
A good pattern/solution to the social web user problem of point whoring? [closed]
Take any social website like digg or stackoverflow that lets users reward points for stories/questions/etc. somehow.
What happens is quite similar to the process that lead to the rise of tabloid ...
9
votes
2answers
325 views
I want to build a decentralized, reddit-like system using P2P. What existing p2p library should I base it on?
I want to build a decentralized, reddit-like system using P2P. Basically, I want to retain the basic capabilities of reddit, but make it decentralized, to make it more robust and immune to censorship. ...
9
votes
4answers
2k views
PHP News Feed Database & Design
I'm designing a News Feed system using PHP/MySQL similar to facebook's.
I have asked a similar question before but now I've changed the design and I'm looking for feedback.
Example News:
User_A ...
9
votes
5answers
28k views
Facebook connect displaying invite friends dialog and closing on completion
I'm trying to create a Facebook Connect application that displays a friend invite dialog within the page using Facebook's Javascript API (through a FBMLPopupDialog).
The trouble is to display a ...
9
votes
4answers
8k views
how to access facebook or twitter using blackberry API?
I am newbie for such kind of social networking Application integration using blackberry API.
i want to develope such kind of application which can use the facebook or twitter social networking site ...
9
votes
9answers
534 views
Using Twitter as a mechanism to remote control applications?
I was brainstorming interesting usages of Twitter and came up with the following:
An application can use it as a call home mechanism
An application that has an invalid license could broadcast its ...
9
votes
10answers
491 views
How do I go about “networking” to find a better job? [closed]
I don't really know who the players are in town, and I've been told that for the freedom I seem to need to enjoy my job I should try to find a smaller shop without all the "nickel and dime" time ...
8
votes
3answers
525 views
Whats the best plugin to fetch Gmail, Yahoo, Hotmail, Twitter and Facebook contact list in Ruby on Rails
Came across the Contacts plugin while searching.
But as per the usage, described in the readme file. It requires username and password to fetch contacts. But that's not a good approach.
PS: I am ...
8
votes
2answers
137 views
Is there a website for web developers wanting to give development time to charity?
I'd be willing to invest some time working for a charity, but I feel like I'd be more useful if I get to work in my field (web development). I know that a lot of non-profit are in desperate need for ...
8
votes
4answers
3k views
how do social networking websites compute friends updates?
social networking website probably maintain tables for users, friends and events.
how do they use these table to compute friends events in an efficient and scalable manner?
7
votes
2answers
850 views
Tweet Button - hiding zero count
I'm interested in adding to some of my sites the official Tweet button which Twitter have recently released.
For those unaware, the tweet button is a simple bit of JS which you can drop in to a page ...
7
votes
4answers
3k views
Cassandra instead of MySQL for social networking app
I am in the middle of building a new app which will have very similar features to Facebook and although obviously it wont ever have to deal with the likes of 400,000,000 million users it will still be ...
7
votes
11answers
244 views
High performance site
What technologies should I use when designing for a large social website (with a lot of transactions, like twitter)? using open source solutions
- database
- webserver
- os
7
votes
2answers
298 views
Oracle SQL how to write a sql statement that verifies if user in my network( ie friends or friend of friends)
I have this problem. Given a users table that consists of users' username in a social network and friends table that contain a user's name and a user's friendname like below...
username friendname
...
7
votes
8answers
20k views
Open Source Facebook-like CMS social network?
HI ...
I would like to know if there is a Open Source approach of Facebook out there ?
7
votes
4answers
267 views
How do you expand your real-life network?
I come from a small city and university where few students seem to share my interest in programming. Although the internet has provided me with endless knowledge and technical support, it is not as ...
6
votes
4answers
982 views
Would MongoDB be a good idea for a social network site (developed in Ruby on Rails)?
my project (in Ruby on Rails 3) is to develop a "social network" site with the following features:
Users can be friends. It's mutual friendships; not asymetric like Twitter.
Users can publish links, ...
6
votes
3answers
1k views
How to add social login options in website? [closed]
I am using php/mysql for my website. I have created my own login/registration system, but I want to also integrate three social login options, Google, Facebook and Twitter in my website. Using them ...
6
votes
3answers
228 views
Analyzing Large Graphs - Retrieving Clusters and Calculating Strongest Paths
I tried to use Breadth-First algorithm to retrieve the whole cluster of connections to which the selected user belongs the following way:
CREATE PROCEDURE Breadth_First (@StartNode varchar(50), ...
6
votes
1answer
181 views
Time Aware Social Graph DS/Queries
Classic social networks can be represented as a graph/matrix.
With a graph/matrix one can easily compute
shortest path between 2 participants
reachability from A -> B
general statistics ...
6
votes
3answers
143 views
What is a good measure of strength of a link and influence of a node?
In the context of social networks, what is a good measure of strength of a link between two nodes? I am currently thinking that the following should give me what I want:
For two nodes A and B:
...
6
votes
3answers
4k views
Python+Django social network open source projects
I'm looking for some open source, free to change and use project written on Pyton+Django with following features:
Blog (for site, not for users)
Users Registration
User Profiles
Adding friends, ...
6
votes
9answers
1k views
Is LinkedIn Useful to Programmers Looking for Work? [closed]
How should i create my profile on linkedin? I am in need of a job, have no post secondary education and never worked as a professional programmer before. Although I have been programming outside of ...
6
votes
4answers
6k views
Google Latitude API
There is not currently an API offered by Google Latitude.
Does anyone know of plans for being offered in the future?
If it does, what social networking applications for this technology can you ...
6
votes
5answers
289 views
A Social Software reading digest: What goes in?
Although I'm a programmer looking to explore social software patterns, I'm also interested in their psychological and sociological origins.
My proposed format is to limit each reply to ONE reading ...
6
votes
2answers
3k views
Can an iPhone or iPod Touch communicate with another device in the same room?
I'm new to developing applications for the iPhone and iPod touch. Is it possible to communicate directly between 2 devices in the same room by using WiFi or perhaps even BlueTooth on the iPhone?
...
6
votes
6answers
993 views
What is the right info to cache? What's a good page load time?
I'm in the process of developing a social network site.
And been thinking of scalability from day one of the project, I've fine tuned the site and queries to the best of my ability.
However; Certain ...
5
votes
2answers
101 views
Trophic position/height in food webs (following paths in networks)
As part of developing a demo for a package I'm working on, I need to quantify a classic ecological food web as described below. I have checked out vegan, bipartite and sna but don't see anything that ...
5
votes
1answer
293 views
Is OpenSocial a viable API choice?
For a project we're looking at a mechanism to import gadgets (friends lists, todo lists, etc) from other sites, something that OpenSocial is supposed to be great at. However, I'm concerned about ...
5
votes
1answer
257 views
Follow datastore model structure on AppEngine - Order followers by date
In my app, users can follow other users, and get updates whenever the people they follow perform an activity.
I store the follow relationships in this manner:
class User(db.Model):
''' User ...
5
votes
3answers
243 views
Facebook “Like” and “Share” buttons on a website, which is better?
I was wondering, What's the difference between users "liking" a page and users "sharing" it.
For example let's say I have a news website with lots of articles. Should i have a "Like" button on the ...
5
votes
2answers
277 views
Mapping the link network between blogs using R?
I would like any advice on how to create and visualize a link map between blogs so to reflect the "social network" between them.
Here is how I am thinking of doing it:
Start with one (or more) blog ...
5
votes
8answers
2k views
How many developers does it take to build a site like eBay today from scratch?
And how long would it take to complete (minus the graphics polishing)? Please assume it's being built in PHP. (Any compelling reason not to go with PHP?)
Many thanks, in advance!
5
votes
4answers
89 views
How to collect user opinions about software
I have written a small .net Windows Forms application. And now I decided to get opinions or comments from users. User will just write something in a input form and click a send button.
I want to use ...