Closed GoogleCodeExporter closed 9 years ago
You can set custom keys in oauth.consumers files.
We are going to remove oauth.consumers in next version and keys will be
embedded within code.
Original comment by vineet.a...@3pillarglobal.com
on 22 May 2013 at 11:38
Hi ,
we have added a facility to add custom keys via code in latest sdk 2.5. we will
be releasing its example soon on wiki. meanwhile you can play with addconfig
method.
Original comment by l...@3pillarglobal.com
on 10 Jun 2013 at 3:28
In addition to setting the API Key, upon successful authentication can you get
the Access Token for Facebook and Twitter?
Original comment by squorais...@gmail.com
on 11 Jun 2013 at 6:54
yes , use adapter.getcurrentprovider().getaccesstoken method
Original comment by vineet.a...@3pillarglobal.com
on 14 Jun 2013 at 3:49
I noticed as of yesterday I'm unable to login to Twitter. I get the
following exception now thrown when I try to log on.
owerManagerService: setTimeoutLocked::SmartSleep : after49500
06-14 12:01:54.104 9239-16313/com.vmn.androidbasicauth
W/System.err: org.brickred.socialauth.exception.SocialAuthException: Failed
to retrieve the user profile from
http://api.twitter.com/1/users/show.json?screen_name=**********. Staus :410
06-14 12:01:54.104 9239-16313/com.vmn.androidbasicauth
W/System.err: at
org.brickred.socialauth.provider.TwitterImpl.getProfile(TwitterImpl.java:184)
06-14 12:01:54.114 9239-16313/com.vmn.androidbasicauth
W/System.err: at
org.brickred.socialauth.provider.TwitterImpl.doVerifyResponse(TwitterImpl.java:1
69)
06-14 12:01:54.114 9239-16313/com.vmn.androidbasicauth
W/System.err: at
org.brickred.socialauth.provider.TwitterImpl.verifyResponse(TwitterImpl.java:158
)
06-14 12:01:54.114 9239-16313/com.vmn.androidbasicauth
W/System.err: at
org.brickred.socialauth.SocialAuthManager.connect(SocialAuthManager.java:183)
06-14 12:01:54.114 9239-16313/com.vmn.androidbasicauth
W/System.err: at
org.brickred.socialauth.android.SocialAuthDialog$SocialAuthWebViewClient$1.run(S
ocialAuthDialog.java:249)
06-14 12:01:54.114 9239-16313/com.vmn.androidbasicauth
W/System.err: at java.lang.Thread.run(Thread.java:856)
06-14 12:01:54.114 9239-16313/com.vmn.androidbasicauth
D/SocialAuthError: org.brickred.socialauth.exception.SocialAuthException:
Failed to retrieve the user profile from
http://api.twitter.com/1/users/show.json?screen_name=fahsrouq. Staus :410
06-14 12:01:54.114 9239-16313/com.vmn.androidbasicauth
W/System.err: org.brickred.socialauth.android.SocialAuthError: Unknown Error
06-14 12:01:54.114 9239-16313/com.vmn.androidbasicauth
W/System.err: at
org.brickred.socialauth.android.SocialAuthDialog$SocialAuthWebViewClient$1.run(S
ocialAuthDialog.java:265)
06-14 12:01:54.114 9239-16313/com.vmn.androidbasicauth
W/System.err: at java.lang.Thread.run(Thread.java:856)
06-14 12:01:54.114 9239-16313/com.vmn.androidbasicauth D/Share-Bar:
Unknown Error
06-14 12:01:54.244 758-844/?
D/PowerManagerService: mIsLockZone = false mTiltAngle : 60.147705 value
: 5
06-14 12:01:54.364 1568-1574/?
E/MP-Decision: DOWN Ld:14 Ns:1.100000 Ts:190 rq:1.000000 seq:236.000000
Original comment by squorais...@gmail.com
on 14 Jun 2013 at 4:03
This occured as of yesterday. Facebook log on seems to work ok, but all of
a sudden the twitter log on stopped working. Is there a resolution?
On Fri, Jun 14, 2013 at 12:03 PM, notsomuchaforementioned <
squoraishee@gmail.com> wrote:
Original comment by squorais...@gmail.com
on 14 Jun 2013 at 4:04
downlaod jar again , we have just fixed this issue.
Original comment by vineet.a...@3pillarglobal.com
on 14 Jun 2013 at 4:16
Original issue reported on code.google.com by
squorais...@gmail.com
on 7 May 2013 at 10:01