07-19-2012 03:54 AM
I think the fix will be easy, since they fixed it for WP7. So I hope next deploy that will be at the end of week will contain it. Will see ![]()
07-25-2012 01:00 AM
Hi all
we got any solution.
07-25-2012 04:23 AM
Sorry. Is it question? Or you found the solution?
07-25-2012 07:16 AM
hey
it was question
sorry for my mistake.![]()
07-27-2012 06:55 AM
Hey! Looks like FB fixed the issue. Please verify!
07-27-2012 07:40 AM
Yes of course,
Previously I was able to post some additional information like hyper links under "properties".
But now it is not working.
In FaceBookUserScreen, in publishPost() method, we have code like this:
--------------------------------------------------
if (pMessage != null) {
requestObject.put("message", pMessage);
}
if (pLink != null) {
requestObject.put("link", pLink);
}
if (pPicture != null) {
requestObject.put("picture", pPicture);
}
if (pName != null) {
requestObject.put("name", pName);
}
if (pCaption != null) {
requestObject.put("caption", pCaption);
}
if (pDescription != null) {
requestObject.put("description", pDescription);
}
if (pSource != null) {
requestObject.put("source", pSource);
}
I was added the following code to the above
--------------------------------------------------
requestObject.put("properties","{\" Download\":{\"href\":\"http://appworld.blackberry.com/webstore/content/co ntent-number\",\"text\":\" Blackberry App\"}},\"Download\":{\"href\":\"http://itunes.apple.com/us/app/mobiads/content?mt= 8&ls=1\",\"text\":\"iPhone App\"}");
Previously it works fine,
right now nothing is displaying.
Can anybody tell me is there any change in properties?
Thanks.
07-27-2012 07:47 AM
07-27-2012 10:00 AM
Hey! Looks like FB fixed the issue. Please verify!
The issue with unclickable buttons on FB's web login seems to be fixed.
Scott
07-30-2012 12:31 AM
Hi all
I checked un clickable isuue has been solved.
01-11-2013 12:40 AM - edited 01-11-2013 12:42 AM
Hi All,
Again another problem is coming for facebook, right now i am getting an Error like below image.I try to post in FB from my old app.
From past 2 days onwards my app FB functionalitiy is not working is that problem is coming from FB side or our API please give me any suggitions.
Thanks in advance.
Regards,
Lakshman K