Answered by:
Twitter Integration for Windows Phone 8.1

Question
-
Hi
I need to implement twitter integration for windows phone 8.1 specific. I am trying using Hammock dll but its working fine in debug mode not in release.
throwing error message in release mode-
Error: Compile filter argument specified non-existent file: E:\POSH Projects\Dating\Posh.TOI.DatingApp\Code\Dating\obj\Release\MSIL\Dating.HelperClasses\External Ref\Hammock.WindowsPhone.Mango.dll
Invalid argumentI am stuck in this. Please provide any sample code or another way for same.
sandeep chauhan
- Edited by Fred Bao Wednesday, November 18, 2015 4:09 AM remove the added tag
Tuesday, November 17, 2015 11:17 AM
Answers
-
Hello Sandeep_chauhan,
>>I am stuck in this. Please provide any sample code or another way for same.
Checked the library you are using, it seems you want to perform a restful service in windows phone development, if it is a silverlight application, you could check this code sample:
Consuming RESTful services on Windows Phone – An alternative typed approach
If it is a runtime project, you could use the HttpClient class and here is an example:
By the way, please check this guide post to add a proper tag for thread title.
Regards.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Wednesday, November 18, 2015 4:15 AM
All replies
-
Are you sure the dll is a windows phone 8.1 dll? Mango was the code name for windows phone 7.5. Maybe hammock2 will work better
Tuesday, November 17, 2015 11:52 AM -
Hello Sandeep_chauhan,
>>I am stuck in this. Please provide any sample code or another way for same.
Checked the library you are using, it seems you want to perform a restful service in windows phone development, if it is a silverlight application, you could check this code sample:
Consuming RESTful services on Windows Phone – An alternative typed approach
If it is a runtime project, you could use the HttpClient class and here is an example:
By the way, please check this guide post to add a proper tag for thread title.
Regards.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Wednesday, November 18, 2015 4:15 AM -
Hi Fred Bao
Thanks for reply.
Still I didn't get success. My project is Windows Phone 8.1 targeted and its not a silverlight project its a windows runtime project.
Please can you provide me any sample for this . I need it urgently due to having deadline of my project.
sandeep chauhan
Monday, January 18, 2016 12:21 PM