Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Preferred way of handling photo deletion?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Aakash K  
View profile  
 More options Aug 3 2012, 7:34 pm
From: Aakash K <aak...@familiar-inc.com>
Date: Fri, 3 Aug 2012 16:34:51 -0700 (PDT)
Local: Fri, Aug 3 2012 7:34 pm
Subject: Preferred way of handling photo deletion?

What's the preferred way of handling photo deletion? It looks like the
real-time API does not get POSTed when an authenticated user deletes an
Instagram photo. Should I scheduling a periodic full-sync to find photos
that I know about but have been deleted in Instagram?

Thanks,
Aakash


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brandon Shelley  
View profile   Translate to Translated (View Original)
 More options Aug 7 2012, 3:19 pm
From: Brandon Shelley <bran...@pixl3.com>
Date: Tue, 7 Aug 2012 12:19:24 -0700 (PDT)
Local: Tues, Aug 7 2012 3:19 pm
Subject: Re: Preferred way of handling photo deletion?

We built a module that if three unique users (with individual access
tokens) try to access the same photo url but can't (because it's been
deleted), a process will remove the photo from our datasource.

Not an ideal way of doing it, but there is no real-time push for deletes
(yet...?).


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Fletcher  
View profile  
 More options Aug 30 2012, 11:34 pm
From: Tim Fletcher <t...@timothyfletcher.com>
Date: Thu, 30 Aug 2012 20:34:21 -0700 (PDT)
Local: Thurs, Aug 30 2012 11:34 pm
Subject: Re: Preferred way of handling photo deletion?

I attempted a method of using jQuery to check the onerrror event when
loading the image. Problem is you need to bind the event before loading the
image... so you have to dynamically update the src attribute of the image
after binding the event. A massive pain. Each deleted image throws a 403
response but there's no proper way to handle this.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Darien Sandifer  
View profile  
 More options Aug 30 2012, 11:50 pm
From: Darien Sandifer <dsan...@gmail.com>
Date: Thu, 30 Aug 2012 20:50:11 -0700 (PDT)
Local: Thurs, Aug 30 2012 11:50 pm
Subject: Re: Preferred way of handling photo deletion?

I dont remember exactly how I did it, but in my web app I used jquery to
post to Instagram then I checked the response for an "All-Clear" and
after that I used jquery to search for that specific photo on the page and
deleted it dynamically from the users feed. That logic also works for
comments too but it requires that you use lots of attributes which isnt a
bad idea anyway. I could help more but the jquery functions that i used in
this situation really depend on which version of jquery that you use.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »