gnu-social/_darcs/tentative_pristine

18 lines
1008 B
Plaintext

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);