blob: 66a843163a4f03f981f81ca8f0894e144469a62b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
hunk ./actions/facebookhome.php 78
- echo '<fb:success message="You can now use the Identi.ca from Facebook!" />';
+ echo '<fb:success message="You can now use Identi.ca from Facebook!" />';
hunk ./actions/facebooksettings.php 72
- .'<fb:add-section-button section="profile"/>'
+ .'<p><fb:add-section-button section="profile"/></p>'
hunk ./actions/facebooksettings.php 75
- $fbml .= '<fb:prompt-permission perms="status_update"><h2>Allow Identi.ca to update my Facebook status</h2></fb:prompt-permission>';
+ $fbml .= '<p><fb:prompt-permission perms="status_update"><h2>Allow Identi.ca to update my Facebook status</h2></fb:prompt-permission></p>';
+
+ if ($facebook->api_client->users_hasAppPermission('status_update')) {
hunk ./actions/facebooksettings.php 106
+ }
+
hunk ./lib/facebookaction.php 75
- $html = Facebookaction::Aender_notice($notice);
+ $html = Facebookaction::render_notice($notice);
|