| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 10 months |
| seen | Apr 23 at 15:54 | |
| stats | profile views | 3 |
|
Apr 30 |
awarded | Tumbleweed |
|
Apr 23 |
revised |
Tomcat UrlRewrite to rule issue edited tags |
|
Apr 23 |
asked | Tomcat UrlRewrite to rule issue |
|
Mar 13 |
comment |
Post content to Facebook Business Page - Timeline from external website? There seems to be a tempremental issue, the feed to add a post, then 2 post of the same the next and completly missed the latest post I added yeterday. |
|
Mar 7 |
comment |
Post content to Facebook Business Page - Timeline from external website? I've just added a new post, but no joy unfortunately. I will check tomorrow and fingers crossed it will work, again thanks for the suggestion. |
|
Mar 7 |
comment |
Post content to Facebook Business Page - Timeline from external website? Thanks, I've just tried that, logged into Facebook as the administrator of our Business Page, went to apps.facebook.com/rssgraffiti, setup permissions to allow app and setup a new Publsih Plan to use our external RSS feed with the target setup as Target (page) Publish on Behalf of (page). I enabled the feed but nothing is appearing, I have tested our feed with the Live Date Preview and our feed appears correctly but just not on our Business page. |
|
Mar 7 |
asked | Post content to Facebook Business Page - Timeline from external website? |
|
Mar 6 |
comment |
Facebook Open Graph - Javascript SDK The code above doesn't open up a dialog box either to login, I've tried being logged in previously too, but still I just get an error. Would be helpful if I could obtain an error code at least to try and narrow down the problem. All I want to do is post articles to our Facebook Business page as the administrator from our own website automatically so that content appears on our Timeline, surely somebody know how to do this. |
|
Mar 6 |
comment |
Facebook Open Graph - Javascript SDK The function fired before, but just said error occured so thought there was something I was missing permissions wise at FB App side. |
|
Mar 5 |
asked | Facebook Open Graph - Javascript SDK |
|
Mar 5 |
comment |
JSP - URL & Parameter Error Logging The error is local to the JSP page itself. I have noticed that various suspect IPs are tring to trawl our sites, the errors appear when certain parameters are not being passed, so I'm trying to replicate the error so that I can fix it. I dont know how to catch the exception, hence the request. |
|
Mar 5 |
comment |
JSP - URL & Parameter Error Logging Could you please provide an example? I don't want to create huge log files, just report the full url inclusing domain and parameters when an error is reported. |
|
Mar 5 |
asked | JSP - URL & Parameter Error Logging |
|
Feb 23 |
accepted | Partial Restore |
|
Feb 22 |
comment |
Partial Restore I've figured out the last part, simply ran the following against the full backed up table: INSERT IGNORE INTO table2 SELECT * FROM backedup_table Then I ran the following to cleanup: DELETE table2 FROM table2 WHERE NOT EXISTS (SELECT * FROM table1 WHERE table1.ID = table2.table1ID); Got there in the end, thank you for your assistance :-) |
|
Feb 21 |
comment |
Partial Restore lets say table1 has a field called ID (int PK) and table2 has a field called ID (int PK) and field table1ID (int), hope this helps. |
|
Feb 21 |
comment |
Partial Restore Thank you that worked a treat, but I have another issue. They're is a related table which has had linked ID records removed. I've tried the same process on the temp db but I am getting duplicate entry warnings for the PRIMARY KEY. |
|
Feb 21 |
asked | Partial Restore |
|
Jul 30 |
comment |
Facebook App to post to Facebook Page I followed the steps found in this article: testically.org/2011/09/27/… But if I get this right I cannot use the code above I need to used graph.facebook.com instead. If so could you please give me an idea as how to code the demo above but instead use Graph API instead. |
|
Jul 30 |
comment |
Facebook App to post to Facebook Page The error occured as I was logged on as the Business Page account and not that of a related admin account or other facebook user. With regards to page access token, can this be used with Feed Dialog? |