gnu-social/_darcs/tentative_pristine
Zach Copley 4bb522c3fa trac750 better settings tab workflow
darcs-hash:20090106205738-7b5ce-e80f73130a1f699e8d33f31c63cf90ee259b72cd.gz
2009-01-06 15:57:38 -05:00

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