Coder Social home page Coder Social logo

activedoodle's People

Contributors

fabrik42 avatar

Watchers

 avatar  avatar

Forkers

giabernar

activedoodle's Issues

Missing id when adding a participant to the poll

What steps will reproduce the problem?
1. Create a poll (including poll.save();)
2. Add a user (including participant.save();)

What is the expected output? What do you see instead?

A newly created participant - the id however is not being set 

What version of the product are you using? On what operating system?

-

Please provide any additional information below.

This issue can be fixed by adding the following line after line 194 in 
DoodlePollParticipant.java :

this.id = participantId;


Original issue reported on code.google.com by [email protected] on 10 Feb 2012 at 1:24

DoodlePoll.connectOAuth() does not compile with signpost-core-1.2.1.1.jar

What steps will reproduce the problem?
1. DoodlePoll.connectOAuth() does not compile with signpost-core-1.2.1.1.jar

What is the expected output? What do you see instead?

Expect the class will compile but it does not.


What version of the product are you using? On what operating system?

r2 of activedoodle from Jan 08, 2010

signpost-core-1.2.1.1.jar


Please provide any additional information below.

The constructor DefaultOAuthConsumer(String, String, String) is undefined

The constructor DefaultOAuthProvider(DefaultOAuthConsumer, String, String, 
String) is undefined

The method retrieveRequestToken(OAuthConsumer, String) in the type 
AbstractOAuthProvider is not applicable for the arguments (null)

Original issue reported on code.google.com by [email protected] on 16 Jul 2010 at 3:10

Saving a DoodlePoll ends up with a 415 ERROR

First of all: thanks for this wrapper!

I tried to save a doodle poll. Answer from doodle.com was a 415 HTTP-Error. 
Fixing this was easy. You need to change the content-type of the HTTP-Request 
to "application/xml".

Original issue reported on code.google.com by [email protected] on 10 Apr 2012 at 5:23

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.