Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
2answers
444 views

How to programmatically subscribe a user to a google calendar using javascript?

Hey i'm able to authenticate and authorize a user with the javascript API for google calendar. what i want to do next is subscribe that user to a public calendar. I was thinking i could just call the ...
8
votes
2answers
106 views

.NET events - blocking subscribers from subscribing on an event

Let's say I have a "Processor" interface exposing an event - OnProcess. Usually the implementors do the processing. Thus I can safely subscribe on this event and be sure it will be fired. But one ...
5
votes
5answers
611 views

Should I unsubscribe from events?

I have 3 questions concerning events: Should I always unsubscribe events that were subscribed? What happens if I do NOT? In the below examples, how would you unsubscribe from the subscribed events? ...
4
votes
2answers
247 views

Is there any subscription payment api in android ,user has to pay every two months , in order to access app service?

I have developed an application , where it provide some services to user. he has to subscribe before for 2 months , 4 months like that , he can update it by paying . Can any one tell me , is there any ...
4
votes
1answer
2k views

Pubsubhubbub on Rails. How to extract the raw POST body contents from the POST request?

I am having trouble setting up a pubsub enabled subscriber app using rails. I have currently subscribed to the open hub pubsubhubbub.appspot.com and am receiving pings to my application's endpoint. ...
3
votes
1answer
74 views

Subscribe to events in VBA?

Did I understood correctly that you can't subscribe to an event other than using the VBA Editor's control name + event name comboboxes? There is no combobox.change+=eventhandler syntax available as in ...
3
votes
3answers
354 views

How can I programmatically subscribe to all the events of an object?

I am trying to subscribe to ALL events exposed by a WPF GridView-like 3rd party component in order to do some debugging. Aside from the suggestion that this might not be the best way to go about ...
3
votes
1answer
439 views

In Kentico CMS, how do you programmatically Subscribe Users to Newsletters?

Upon completion of a custom payment form I add two user roles, a badge, and two friends. All of those changes work well and populate to the User object and corresponding database tables. When I use ...
2
votes
3answers
30 views

How to Subscribe to GUI Events in Other JFrames

What is the best practice for subscribing to events from another JFrame? For example, I have a "settings" form, and when the user presses okay on the settings form, I want the main form to know about ...
2
votes
1answer
215 views

How to add users with email only in Devise

I would like my users to be able to 'subscribe' by only providing an email address without forcing them to sign-up with a password unless they want to. I can add my own validation settings to allow ...
2
votes
3answers
156 views

Ordering of mnesia events

We’re developing an application where multiple processes on different nodes in a distributed system subscribe to mnesia events. The table is written to from one single process on one of the nodes. ...
2
votes
2answers
156 views

C#: Create an event that is fired whenever another event that has listeners is fired, dynamically via reflection maybe?

Here's what I am working with: Part of my project is a windows form app. I want to basically capture every event that fires and has listeners. So some button's click event, some checkbox's check ...
2
votes
1answer
102 views

How to subscribe to an event inside a facade class

I have two projects 1: windows forms project and 2: a business logic project that recursively walks the file system looking for specific files. I want the windows project to subscribe to an event ...
1
vote
1answer
41 views

Knockoutjs super basics

I am trying to accomplish the following task: List item Get a twitter handle Ask user how many tweets to display Fetch tweets Display only the tweets the user has specified I have a super basic ...
1
vote
1answer
134 views

Facebook like with FB.Event.subscribe

I currently have a like button on my app and I need to detect when this is clicked so that I can trigger some javascript. Currently I use this: FB.Event.subscribe('edge.create', function(response) ...
1
vote
1answer
971 views

New Subscribe Button v Add Friend: Graph API or FQL Call…?

Facebook added a twitter-like "Subscribe" button in the last several days that allows people to see your public updates w/o them being your friend. If a user becomes a subscriber and NOT a ...
1
vote
1answer
60 views

Publisher/Subscriber problem with changing subscriptions during loop

This is more of a general design query I had. I have implemented a publish / subscribe pattern by maintaining a list of subscribers. When an event to publish occurs, I loop through the subscribers and ...
1
vote
1answer
151 views

how to overide simplenews for drupal tpl and subscribe without being registered

How do I make a simple block to subscribe myself by providing my email in simlenews, without having to register myself... i'm using drupal 6
1
vote
1answer
183 views

Chaining continuations together using .NET Reactive

Newbie Rx question. I want to write a method like the following: public IObsevable<Unit> Save(object obj) { var saveFunc = Observable.FromAsyncPattern(...); saveFunc(obj).Subscribe(result ...
1
vote
1answer
532 views

Passing parameter through notifyTopics in Struts2?

Situation: Before deleting an entity from a list through notifyTopics it asks for confirmation. <script type="text/javascript"> (function($) { ...
1
vote
2answers
143 views

PHP Subscribers Mailing List

I need to create a mailing list for an Alumni site I am building. Below is how I'd ideally like the mailing list to function. The User The user would go to the website, enter their email address (and ...
0
votes
0answers
14 views

Facebook Subscribe Call Back ? Help Me :(

Facebook subscribe didn't call back :( How callback succesfull ? Error :( I don't speak english. I same to know. Please help me :( <script> window.fbAsyncInit = function() { > ...
0
votes
1answer
26 views

Response from edge.create if Like clicker has no FB page

I'm subscribing to a Like button on my page to notify me when someone clicks the Like button. I then give this user a discount for telling their friends about the site. But what if the user doesn't ...
0
votes
1answer
67 views

Spotify apps: Listen for “Subscribe” event on a Playlist

Is there any way to be notified if a user subscribe/unsubscribe to a playlist? Ideally I want to be able to do something like this: var sp = getSpotifyApi(1); var models = ...
0
votes
1answer
40 views

How do I subscribe to Facebook Realtime API?

I'm developing a desktop application and I want to subscrbe to Facebook Realtime API. This is my code on the client (WPF app): After my code is executed, at fb.Post I get the following error: ...
0
votes
1answer
65 views

Is it possible to log a KO observable array?

I am new to knockoutjs and I have an uber-basic question for you: I have been able to successfully subscribe to a user changing the on screen twitter handle AND successfully fetch the tweets and ...
0
votes
1answer
40 views

likebox event (iframe)

im using likebox in iframe <iframe src="//www.facebook.com/plugins/likebox.php?href= <?=Facebook::GetConfig('LikeUrl')?> ...
0
votes
1answer
53 views

Is the subscribe button not fully integrated yet?

We're implementing the new subscribe button on our webpage, one thing we were noticing straight away was that at a few profiles the subscribe button is not showed, it it possible the button is not ...
0
votes
0answers
137 views

Subscribe button to database

For example, suppose you want to record Likes in your database whenever a button is clicked: FB.Event.subscribe('edge.create', function(response) { alert('You liked the URL: ' + ...
0
votes
1answer
48 views

Any analog of BroadcastReceivers in iOS?

On Android, to listen to system-wide events like when WiFi has been turned on/off, location has changed, device is now in roaming and many other - one subscribes to these events using ...
0
votes
0answers
67 views

Blackberry push service implementation

I want to add an option for subscribing the push service provided by a client. For that they only gave me a server side link and no other information. I want to know how can I use the link to ...
0
votes
1answer
41 views

Disqus: Subscribing a User to a Thread via PHP

I'm using Disqus basically as the "wall" for users on my website. Note I'm not using wordpress or anything similar, a "custom" so to speak disqus implementation. http://disqus.com When a user ...
0
votes
1answer
40 views

how can I load a component from a jsp into another jsp?

I was told I could load a single component from a jsp file through his id, I'm using this: <sj:div id="div1" class="text" ...
0
votes
0answers
49 views

Don't know how to subscribe to comment.create on blogger

Hey does anyone knows how to subscribe to comment create on blogger platforms? This is whats facebook tells me i have to use, but i dont know how. { href: "", /* Open Graph URL of the ...
0
votes
1answer
64 views

How to determine who is calling the prism eventaggregator subscribe? or multiple subscribe calls

I have a subscribe method in one view model listening for publish events in another view model. For some reason, that I can't figure out, when the publish method is fired, the subscribe method runs ...
0
votes
0answers
197 views

Subscribe to OnInit event of WebPart (ListFormWebPart)

I want to subscribe to OnInit event of ListFormWebPart on an aspx page. I've created a codebehind class: public partial class PageWithRootElementId : WebPartPage { ... public void ...
0
votes
1answer
221 views

WCF push notifications to subscribers.. over citrix

I am trying to make a 'messaging service' to push messages to certain subscribing users all using an app on Citrix. a user would generate a message (from within the app) that would be set to be sent ...
0
votes
1answer
419 views

YouTube subscribe button in iphone app

How do I add to an iPhone application, a button that will subscribe to a YouTube channel? I tried using: -(void)subscribe:(id)sender { NSString* str = [NSString ...
0
votes
2answers
214 views

simple mailing list

Can anybody give me details on what to code into a page? Basically i am required to build a mailing list from scratch where people can subscribe and they are added to a mailing list. What would be ...
0
votes
2answers
118 views

Notify $email_address of any new answers like stackoverflow

I work on a theme that allows Registered Users to post on a Wordpress Blog, I created a form (title, category, entry). The question is, how can I add a new checkbox "Notify me when new answer is ...
0
votes
2answers
167 views

php & mysql subscribe to search/matching queries

I have a real estate website that has several categories. And i want the users to be able to subscribe via email to a certain list of offers, they can either be offers from a category ... or offers ...