dinasaif / socialauth-android

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

Message not posted on facebook ,twitter and linkdin #151

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Consumer Key and secret key
2. Adding in library social_auth.
3.any permisiions

What is the expected output? What do you see instead?
Message must be post on the wall of Facebook, LinkedIn,twitter but i am getting 
exception in my logcat i.e java.lang.nullPointerException and message not posted

What version of the product are you using? On what operating system?
Socialauth 4.4 ,eclipse kepler and Target API Level 18

Please provide any additional information below.
I have generated keys by giving the same name as of my application but still 
its not working..
and i want to know one more thing is it possible that on single click can we 
post the message on more then one social network??

Original issue reported on code.google.com by hudda.ki...@gmail.com on 2 Mar 2014 at 9:56

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,

Twitter and Linkedin are working. Please check our examples and read known 
issues document and keys creation documents on wiki.

Original comment by vineet.a...@3pillarglobal.com on 3 Mar 2014 at 7:12

GoogleCodeExporter commented 8 years ago
Hello Sir,

I am getting the same exception in library sample examples also.
and the thing is that if i do this task with a  separate application then  
working ,message posting on wall and if i put that code in my application where 
i need to integrate in my app and change the keys in my oath file with my app 
then i am getting exception in log cat "Message not posted".
Please help me.
Thanks in advance..

Original comment by hudda.ki...@gmail.com on 3 Mar 2014 at 1:17

GoogleCodeExporter commented 8 years ago
Same for me. Everything works fine, but:
- when i use updateStory for Facebook with a static link-url (like in your 
example) it works
- if i use a dynamically generated URL it don't work, i get a 500 response from 
Facebook

If i check the dynamically generated URL it is fine and working. If i take the 
dynamically generated URL and use it as hardcoded URL it works. I already 
checked if the URL is typeof String, and also tried to URLEncode but no success.

Any Idea?

Original comment by a.a.lor...@gmail.com on 4 Mar 2014 at 11:24

GoogleCodeExporter commented 8 years ago

Original comment by vineet.a...@3pillarglobal.com on 10 Mar 2014 at 10:01