Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

ios4 - Retweet using Oauth+MGTwitterEngine ...not getting update response -


i had done retweet using oath library,but there problem twitter database....

what thing sucks after retweet database ..i.e in response never gets update,although tweet count gets increment not status .

for example response in json after retweet is:

{         contributors = "";         coordinates = "";         "created_at" = "mon dec 20 19:57:11 +0000 2010";         favorited = false;         geo = "";         id = 16945227428265984;         "in_reply_to_screen_name" = "";         "in_reply_to_status_id" = "";         "in_reply_to_user_id" = "";         place = "";         "retweet_count" = 7;         retweeted = false;------------------------------------>>>>>>problem sucks here       after retweet no change in status         "retweeted_status" = "\n    ";         source = web;         "source_api_request_type" = 9;         text = "ha ha.. im told onions wild card entry in twitter trends :-) mea culpa. goodnight!";         truncated = 0;         user =         {             ..........//hidden         };     } 

this cause me trouble when reloading table b'cause can't make table cell indicate whether twit has been retweet or not.

so, there problem or have other api undo retweet & updated response.

and 1 thing more after retweet if again trying make i.e undo retweet never gets reponse.what hell this..

can me same..

if haven't solved problem yet... i've found source of problem.


Comments