ryan-alfi / opensocial-java-client

Automatically exported from code.google.com/p/opensocial-java-client
Apache License 2.0
0 stars 0 forks source link

org.opensocial.providers.OpenSocialProvider#requestTokenParams should be initialized. #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.new org.opensocial.providers.GoogleProvider
2.got NullPointerException
3.

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

stack trace
{{{
Exception in thread "main" java.lang.NullPointerException
    at org.opensocial.providers.GoogleProvider.<init>(GoogleProvider.java:30)
}}}

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

opensocial-java-client trunk Revision: 145

$ java -version
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-10M3025)
Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode)

$ uname -a
Darwin xxx.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov  3 10:35:19
PST 2009; root:xnu-1486.2.11~1/RELEASE_X86_64 x86_64 i386 MacBookPro5,1 Darwin

Please provide any additional information below.

it seems org.opensocial.providers.OpenSocialProvider#requestTokenParams 
has not been initialized.

Original issue reported on code.google.com by umjammer on 5 Feb 2010 at 11:54

GoogleCodeExporter commented 8 years ago

Original comment by apijason...@gtempaccount.com on 21 Feb 2010 at 8:04