roshangit8 / socialauth-android

Automatically exported from code.google.com/p/socialauth-android
0 stars 0 forks source link

Twitter Posting not working #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Im getting this on the logcat after clicking twitter:

==========================================

W/System.err(4855): 
org.brickred.socialauth.exception.SocialAuthConfigurationException: Application 
keys are not correct. The server running the application should be same that 
was registered to get the keys.
    at org.brickred.socialauth.util.OAuthConsumer.getRequestToken(OAuthConsumer.java:188)

==========================================================

im pretty sure that key and secret are the same as on twitter
Can anybody help?

Original issue reported on code.google.com by cete...@gmail.com on 23 Jan 2013 at 7:35

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I understand your issue.

You must have not given necessary permissions in your twitter app account.

Please verify your steps from :

http://code.google.com/p/socialauth-android/wiki/Twitter

Just check read/write permissions.

Original comment by vineet.a...@3pillarglobal.com on 24 Jan 2013 at 6:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
LogCat:

===========================
D/SocialAuthAdapter(1259): Selected provider is twitter
D/SocialAuthAdapter(1259): Loading keys and secrets from configuration
I/SocialAuthConfig(1259): Loading application configuration
D/SocialAuthAdapter(1259): Starting webview for authentication
I/TwitterImpl(1259): Loading plugins
I/TwitterImpl(1259): Loading plugin :: 
org.brickred.socialauth.plugin.twitter.FeedPluginImpl
I/TwitterImpl(1259): Loading plugin :: 
org.brickred.socialauth.plugin.twitter.AlbumsPluginImpl
I/TwitterImpl(1259): Determining URL for redirection
I/OAuth1(1259): Determining URL for redirection
W/InputMethodManagerService(285): Window already focused, ignoring focus gain 
of: com.android.internal.view.IInputMethodClient$Stub$Proxy@40fe0a30 
attribute=null, token = android.os.BinderProxy@412d6c98
D/dalvikvm(1259): GC_CONCURRENT freed 237K, 10% free 3551K/3908K, paused 
106ms+7ms, total 209ms
D/SocialAuthError(1259): 
org.brickred.socialauth.exception.SocialAuthConfigurationException: Application 
keys are not correct. The server running the application should be same that 
was registered to get the keys.
D/ShareButton(1259): Authentication Error: URL Authentication error
=====================================

my codes are correct!

Access level     Read, write, and direct messages (i dont really need the last one)

Original comment by cete...@gmail.com on 24 Jan 2013 at 3:18

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Problem solved simply filling Callback url at twitter Apps webpage

Original comment by cete...@gmail.com on 24 Jan 2013 at 8:00

GoogleCodeExporter commented 9 years ago
Closing the issue

Original comment by vineet.a...@3pillarglobal.com on 25 Jan 2013 at 8:10