Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Ahoy,
I would like to create a simple commercial web application that would analyze traffic on the fan page. Is it acceptable to generate a list of the most active users along with their first and last name? Of course, this data would come from the Facebook Graph.
I have already read the Facebook Platform Policies and I'm still not sure :(
Best,
BA
Here in Portugal I've seen a lot of big registered marks doing that, but usually they do retrieve "names" of people through an application that someone explicits that allows those data to be used in the future.
According to Facebook Rules, once users insert their data in their platform, it can be used by the system, and once you are using the system... you could be using the data?
It is a kind of a controversial discussion.
In the part of Facebook I think you can get a Yes. In the part of really be legal to do that, you should ask a lawyer about your country laws.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I had searched by google and this forum-search and I didnt get any about this so I propose a new topic: WordPress with the ability to fight with Ad-Blocker.
I am not an IT guy (subsea engineer) but I am having website with about 100 - 200 unique visitor/day now (according to adsense) as hobby (1%-4% using ad-blocker - I am lucky to have these ~97% my visitors).
I just learn that ad-block users are about 300 mil and it is a huge problem to big publisher (they earn money from ads). Ad-blocker using bandwith, upload data to their server and some (one of them - I expect more of them) sell the data as anons.
In accordance to the above idea,
I have a question as a-non IT guys, is there a way to make WordPress to tackle ad-blocker (auto)?
It may be a way to disarm ad-blocker. My website is like my home/house. You/Visitors can visit but please consider the owner.
No from what I can tell, it keeps a list of servers which are used to serve advertisements. Whenever you visit any website, the web browser has to fetch the components from the various servers. Adblock simply blocks the connections to any item on its list of ad servers, thus blocking all or most ads. The list of servers has to be updated ever so often which it does in the backend.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
Is there any way to determining profile visitors in Instagram?
if answer is no, how this app doing this.
Is there any way to determining profile visitors in Instagram?
No. There is no sign of anything that would allow that in the API documentation
if answer is no, how this app doing this.
It appears to generate fake data in order to scam people.
From the page itself:
InstaView calculates all your Instagram activity and get data for each users who has interacted with you recently.
You can't really tell what this app actually "calculates". Beside that it says "most accurate way to find out Who Viewed Your Profile" which shows that determining the exact amount probably isn't possible at all ..
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm working with some friends on a small private mini MMORPG game server, and we want to make a PvP event (players VS player) fights, and post the live results on the website as a tree.
I don't know what is it called, I tried every keyword combination on google and this is what I finaly came up with (2 pictures at the bottom).
I need the name of the two types of the trees, what is called so I can do more googling about it.
I also need to know if there is any PHP/HTML/JS or FLASH, Scripts or API or something that can help me accomplish this. I have no problem coding it from PHP/MySQL side, but it looks very hard to render and print on client side, because the tree can get really big if we get alot of players. Please help.
This is called a complete full binary tree I think.
Here you can find some mathematical info to binary-trees.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am working on a news paper website which has epaper facility. I am developing it in php.
Is there any script or something else where I can learn how to make an epaper site.
I want solution like this http://epaper.timesofindia.com/Default/Client.asp?Daily=TOIM&showST=true&login=default&pub=TOI&Enter=true&Skin=TOINEW&AW=1333084145015
Please help me out..
ePaper in your context is a web app developed by Pressmart, and it appears to be proprietary, or at the very least not developer-friendly. So I highly doubt there have been advances in PHP libraries for it.
I'm sure as a partner, they have internal documentation and tech support that you can request more information from. They may even have a web API with PHP examples (I've seen worse companies that knew they had to keep up).
This is all info I've gathered in the last 7 minutes, so there may be more out there. But you should always reach out to the developer support of the product if they don't have easy access to documentation, as this is a sure-sign that there is not a large population of developers in the general community that will know what you're talking about, let along give insight.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
This is a general questions regarding building a website with user generated content. A new website will start with no content, then visitors to the site will not want to visit it again because there is no content for them to view.
For example, a review site like Yelp has no reviews will not have return visitors! How do you solve this?
You need to offer some reason to be there besides the reviews or whatever user-generated content you're trying to integrate into the site. Yelp is a site that searches for restaurants and lists them by type and location, that is the main service which it provides. Offer the user-generated content as a secondary reason to come, then when the user-generated content starts to come in, slowly incorporate it more and more until it becomes the core of the site.
People will only visit your site if they get something out of it, even if it is something as simple as displaying their input in an interesting way.
Your question is off topic I think on every site on the network right now, but for what it's worth, the approach this very site (and the Q&A network that came out of it) took was that of a closed beta - accessible only to a select circle of people - that would seed the site with content.
See e.g. Area 51: Asking the First Questions
The Stack Overflow blog has many references to avoiding building "Ghost Towns". They're not the only voice on the subject, but they have obviously been very successful with this approach.