Questions tagged [privacy]

For questions related to privacy (user permissions / security techniques, internet tracking system such as Cookies, Web bugs etc.)

For questions related to privacy (user permissions / security techniques, internet tracking system such as Cookies, Web bugs etc.)

1147 questions
0
votes
2 answers

Public and Private resource management

I am building a web application in PHP. Users will access with their accounts. They will have resources like their pictures, notes, etc. in the system, as in Facebook. My first problem is not letting anybody to access an account's private resource.…
tcak
  • 2,142
  • 1
  • 16
  • 23
0
votes
2 answers

Which web browser does not send my privacy information to the websites I am visiting?

I want to be completely anonymous to the website that I am visiting. I have read on various blogs that a browser can send my location, MAC address and various other identification of my computer while visiting a website, without my permission. Is…
John Nash
  • 315
  • 2
  • 6
0
votes
1 answer

In Symfony2, how to handle dynamic access / rights?

I'm trying to find the best way to handle a "complex" security / privacy system using Symfony2. I read a lot of documentation about the ROLES and the ACLs but I'm looking for something different. I need the rights to be calculated based on the…
Aric Lasry
  • 1,769
  • 3
  • 11
  • 11
0
votes
1 answer

Requirements for public posts to be searchable with facebook graph search API

Are there any privacy settings which will cause a conflict with a post marked as public, causing it to not be returned by facebook graph api seraches? According to documentation, "You can search over all public objects in the social graph",…
0
votes
1 answer

Copyright content removal and privacy policy

In most of the musical site i found that, they use to write below thing in Policies: On this website(www.Indiamp3.com) you find links that lead to audio files. These files are stored somewhere else on the internet and are NOT a part of this website.…
user1098708
  • 63
  • 1
  • 3
  • 6
0
votes
1 answer

Getting A Player's Likes

I have a Facebook iframe app and when the player logs into the app I wish to detect whether or not they have liked the community page attached to my app. I went about this by making the following FQL call: SELECT page_id FROM page_fan WHERE uid=me()…
keybored
  • 5,194
  • 13
  • 45
  • 70
0
votes
2 answers

Hiding content from user 1 when not friends with user 2

I have a website I'm building with two user streams. I have the code for the befriended and its just a case of using the pseudo code else if statments in the right place.. Only its racking my brains out. What I need is that when me user1_id visits…
dave
  • 1,009
  • 5
  • 15
  • 26
0
votes
1 answer

How to keep privacy between a MySQL server and a PHP server

Imagine an architecture composed of 2 Virtual Machines VM1 and VM2 hosted somewhere in the cloud: VM1 is dedicated to a Web Front End (Apache/PHP) VM2 is dedicated to a MySQL server VM1 and VM2 are located in the same hosting company It means that…
gdorbes
  • 182
  • 3
  • 10
0
votes
1 answer

How to trigger Adobe flash player setting privacy panel from flash?

Anyone know how to trigger Adobe flash player setting privacy panel from flash ? Here is the example. There is a "click here" , and when clicked it trigger the panel to show up. http://chatroulette.com/ THank you very much!
0
votes
2 answers

In terms of privacy, is it acceptable to extract the user id from a Facebook share response to make use of that user's details?

Using the Facebook API, you can get back the post ID of a Facebook share, even if the user has not authorized your app. The post ID is prefixed by your user ID, and separated by an underscore. FB.ui({ method: 'feed', name: 'People Argue…
Luke
  • 799
  • 8
  • 11
0
votes
1 answer

/feed connection inconsistent with /statuses?

I asked a question a couple of days ago regarding getting privacy information for people's status updates. I was then advised to use the /feed connection instead of /statuses so I could access the privacy attribute. After re-working our app, I've…
Cloud
  • 38
  • 4
0
votes
1 answer

Facebook - Using graph api post on a business page - but everyone sees it - want only users liked can see it

using an app and graph API i am trying to post on a business page i got the page token and able to post on the page, but that posts can be seen by everyone even a user not even logged into facebook i am trying to post a message on a page where only…
Fossil
  • 179
  • 1
  • 3
  • 15
0
votes
1 answer

Will the Google Analytics opt-out plugin mean I may have unregistered visits?

I have read about the "Opt-Out" plugin for Google Analytics. This allows end-users to indicate that they do not want Google Analytics to track them. Read more here: https://chrome.google.com/webstore/detail/fllaojicojecljbmefodhfapmkghcbnh?hl=en My…
user1305445
0
votes
1 answer

IIS7 stop serving file on request but allows ajax callback

Basically I'm a bit lost I need to allow a jQuery callback the ability to access a web function via an ajax post. $.ajax({ type: "POST", url: "/Methods/Credit.asmx/PaymentHoldingDocument1", data: "{iCredits: " +…
The Angry Saxon
  • 792
  • 2
  • 7
  • 24
0
votes
1 answer

Facebook - Making the photos of a public page only available to followers

I manage a facebook page for a local club and we obviously want to use it to share photos of events we've done. I'm trying upload an album, is there a way I can protect the photos so only people who like the page can see them?
Liath
  • 9,913
  • 9
  • 51
  • 81